This commit is contained in:
Aevann1 2022-04-24 00:09:25 +02:00
parent ade23c48c5
commit a7e911e56d
6 changed files with 3 additions and 7 deletions

View file

@ -252,6 +252,7 @@ else:
BUG_THREAD = 0
WELCOME_MSG = f"Welcome to {SITE_NAME}!"
IMGUR_KEY = environ.get("IMGUR_KEY").strip()
PUSHER_ID = environ.get("PUSHER_ID", "").strip()
PUSHER_KEY = environ.get("PUSHER_KEY", "").strip()
DEFAULT_COLOR = environ.get("DEFAULT_COLOR", "fff").strip()