From 20886757ad8b8e18fba5c7b8e24170c23f315230 Mon Sep 17 00:00:00 2001 From: Dan Elkouby Date: Sun, 6 May 2018 11:25:07 +0000 Subject: [PATCH] Revert "Fix missing _loop in newer Telethon" This reverts commit 5b80fb7c5b63714b75d4405dd7dc4ba661c93432. am rarted --- uniborg/uniborg.py | 1 - 1 file changed, 1 deletion(-) diff --git a/uniborg/uniborg.py b/uniborg/uniborg.py index c0b71f6..3de13f7 100644 --- a/uniborg/uniborg.py +++ b/uniborg/uniborg.py @@ -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"