diff --git a/files/helpers/const.py b/files/helpers/const.py index 81c9f0f25..701b1e0fa 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -40,7 +40,7 @@ MAILGUN_KEY = environ.get("MAILGUN_KEY").strip() DESCRIPTION = environ.get("DESCRIPTION").strip() CF_KEY = environ.get("CF_KEY").strip() CF_ZONE = environ.get("CF_ZONE").strip() -TELEGRAM_LINK = environ.get("TELEGRAM_LINK").strip() +TELEGRAM_LINK = environ.get("TELEGRAM_LINK", "blahblahblah").strip() GLOBAL = environ.get("GLOBAL", "").strip() blackjack = environ.get("BLACKJACK", "").strip()