Skip to content

Commit

Permalink
Update update_whitelist.py
Browse files Browse the repository at this point in the history
remove deprecated telegram vars
  • Loading branch information
l4rm4nd authored Jun 30, 2024
1 parent 638a216 commit eee9ae7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions update_whitelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit eee9ae7

Please # to comment.