Убрал лишний print

This commit is contained in:
Григорич 2023-06-06 14:23:38 +03:00
parent 80f6f04e38
commit 2c501cb59e

View File

@ -15,5 +15,4 @@ class TgBot:
self.bot = Bot(token=self.token) self.bot = Bot(token=self.token)
async def send_notify(self, text): async def send_notify(self, text):
print(await self.bot.get_me())
await self.bot.send_message(self.chat_id, text) await self.bot.send_message(self.chat_id, text)