Убрал лишний print
This commit is contained in:
parent
80f6f04e38
commit
2c501cb59e
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user