This commit is contained in:
Alex Root Junior 2017-11-29 13:50:50 +02:00
parent e932c6f968
commit fab0aedffa

View file

@ -34,7 +34,7 @@ And last step - run long polling.
.. code-block:: python3
if __name__ == '__main__':
executor.start_polling(dp, on_startup=startup)
executor.start_polling(dp)
Summary
-------