From eee9ae76d3f3e544e4bf568dfada9fbba3469d08 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Sun, 30 Jun 2024 13:32:13 +0200 Subject: [PATCH] Update update_whitelist.py remove deprecated telegram vars --- update_whitelist.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/update_whitelist.py b/update_whitelist.py index ae32dd1..669641d 100644 --- a/update_whitelist.py +++ b/update_whitelist.py @@ -29,10 +29,6 @@ # Get default expiration time from environment variable or default to 20 seconds EXPIRATION_TIME = int(os.getenv('EXPIRATION_TIME', 300)) -# Telegram bot configuration -TELEGRAM_CHAT_ID = os.getenv('TELEGRAM_CHAT_ID', "default") -TELEGRAM_BOT_TOKEN = os.getenv('TELEGRAM_BOT_TOKEN', "default") - # Get hostname and protocol from environment variables APPURL = os.getenv('APPURL', "http://localhost:5000")