From b2363215b88749accbeab1dc3aba4fc51a7d9d02 Mon Sep 17 00:00:00 2001 From: korotkov Date: Tue, 3 Feb 2026 16:04:02 +0500 Subject: [PATCH] q --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 474f89b..85254a2 100755 --- a/main.py +++ b/main.py @@ -12,7 +12,7 @@ from handlers import register_all_handlers from config import config # BOT_TOKEN = config["BOT_TOKEN"] -BOT_TOKEN=os.environ.get('BOT_TOKEN'), +BOT_TOKEN=os.environ.get('BOT_TOKEN') dp = Dispatcher() register_all_handlers(dp)