aiogram/aiogram/dispatcher
Martin Winks c99b165668
fix(bot,dispatcher): do not use _MainThread event loop (#397)
* fix(bot,dispatcher): do not use _MainThread event loop on ::Bot, ::Dispatcher initializations

* fix: use more generic get approach

* docs: comments

* chore(task): asyncio.create_task comes with py3.7

* fix(dispatcher): todo
2020-09-13 22:42:21 +03:00
..
filters Add missed ChatPermissions to __all__ (#393) 2020-09-13 22:14:33 +03:00
__init__.py Add missed ChatPermissions to __all__ (#393) 2020-09-13 22:14:33 +03:00
dispatcher.py fix(bot,dispatcher): do not use _MainThread event loop (#397) 2020-09-13 22:42:21 +03:00
handler.py fix(handlerObj): fix parameter-spec solving (#408) 2020-08-22 00:07:03 +03:00
middlewares.py fix(bot,dispatcher): do not use _MainThread event loop (#397) 2020-09-13 22:42:21 +03:00
storage.py Improve FSMStorageProxy 2018-09-22 02:30:24 +03:00
webhook.py fix 2020-04-08 18:30:12 +03:00