q
BOT_open_sesam/pipeline/head This commit looks good Details

main
korotkov 2026-02-03 16:04:02 +05:00
parent 0c060c79cb
commit b2363215b8
1 changed files with 1 additions and 1 deletions

View File

@ -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)