поправил - в env для телеграмм бота

This commit is contained in:
2025-11-13 18:13:32 +03:00
parent 313a2784a1
commit ffd4108be8

View File

@@ -29,7 +29,7 @@ if not os.path.exists("logs"):
os.makedirs("logs")
telegram_bot_token = os.getenv("TELEGRAM_TOKEN")
telegram_chat_id = os.getenv("TELEGRAM_CHAT_ID")
telegram_chat_id = str(os.getenv("TELEGRAM_CHAT_ID"))
log_config = {
"version": 1,
"handlers": {