diff --git a/mirrortea/__main__.py b/mirrortea/__main__.py index 7a88b3e..2dcf01a 100644 --- a/mirrortea/__main__.py +++ b/mirrortea/__main__.py @@ -53,7 +53,7 @@ class TelegramLoop: self.dispatcher.register_message_handler(self.on_message) async def run(self): - print(456, file=sys.stderr) + await self.dispatcher.start_polling() async def on_message(self, msg): print(msg, file=sys.stderr)