From 9591cc05c35080fdf7ce671f05588d84c9615e94 Mon Sep 17 00:00:00 2001 From: Alexander Borisov <113920954+Sosiaka@users.noreply.github.com> Date: Tue, 23 Jan 2024 13:16:05 +0000 Subject: [PATCH] log fix --- bot.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bot.py b/bot.py index 6440c3b..7a0cbb1 100644 --- a/bot.py +++ b/bot.py @@ -59,8 +59,6 @@ OK_APPLICATION_SECRET_KEY = os.getenv('OK_APPLICATION_SECRET_KEY') OK_GROUP_ID = os.getenv('OK_GROUP_ID') ARRAY_INLINE = [] -print(API_BOT_TOKEN) - bot = Bot(token=API_BOT_TOKEN) storage = MemoryStorage() dp = Dispatcher(bot, storage=storage)