forked from kate/uniborg
Revert "Fix missing _loop in newer Telethon"
This reverts commit 5b80fb7c5b
.
am rarted
This commit is contained in:
parent
e718245cdc
commit
20886757ad
|
@ -39,7 +39,6 @@ class Uniborg(TelegramClient):
|
||||||
# precedence
|
# precedence
|
||||||
self._event_builders = hacks.ReverseList()
|
self._event_builders = hacks.ReverseList()
|
||||||
|
|
||||||
self._loop = asyncio.get_event_loop()
|
|
||||||
self._loop.run_until_complete(self._async_init(bot_token=bot_token))
|
self._loop.run_until_complete(self._async_init(bot_token=bot_token))
|
||||||
|
|
||||||
core_plugin = Path(__file__).parent / "_core.py"
|
core_plugin = Path(__file__).parent / "_core.py"
|
||||||
|
|
Loading…
Reference in New Issue