From 2c501cb59e036efa6a0701fadbbb38b86a8c1a9d Mon Sep 17 00:00:00 2001 From: jsdio Date: Tue, 6 Jun 2023 14:23:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=20=D0=BB=D0=B8?= =?UTF-8?q?=D1=88=D0=BD=D0=B8=D0=B9=20print?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tg_bot.py | 1 - 1 file changed, 1 deletion(-) 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)