Revert "Fix missing _loop in newer Telethon"

This reverts commit 5b80fb7c5b.

am rarted
pull/8/merge
Dan Elkouby 2018-05-06 11:25:07 +00:00
parent e718245cdc
commit 20886757ad
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ class Uniborg(TelegramClient):
# precedence
self._event_builders = hacks.ReverseList()
self._loop = asyncio.get_event_loop()
self._loop.run_until_complete(self._async_init(bot_token=bot_token))
core_plugin = Path(__file__).parent / "_core.py"