From ffd4108be8c447e13551e2650ef44378e5c64941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=AE=D1=80=D0=B8=D0=B9=20=D0=A7=D0=B5=D1=80=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE?= Date: Thu, 13 Nov 2025 18:13:32 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20-=20=D0=B2=20env=20=D0=B4=D0=BB=D1=8F=20=D1=82=D0=B5?= =?UTF-8?q?=D0=BB=D0=B5=D0=B3=D1=80=D0=B0=D0=BC=D0=BC=20=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- get_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {