diff --git a/get_data.py b/get_data.py index 4c32da4..aba2447 100644 --- a/get_data.py +++ b/get_data.py @@ -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": {