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