diff --git a/src/tg_bot.py b/src/tg_bot.py index f619370..ec97ad8 100644 --- a/src/tg_bot.py +++ b/src/tg_bot.py @@ -15,5 +15,4 @@ class TgBot: self.bot = Bot(token=self.token) async def send_notify(self, text): - print(await self.bot.get_me()) await self.bot.send_message(self.chat_id, text)