fix prev commit

master
Aevann1 2022-12-21 15:11:07 +02:00
parent 745e741d95
commit ea70e4473e
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ DEFAULT_THEME = environ.get("DEFAULT_THEME").strip()
DEFAULT_COLOR = environ.get("DEFAULT_COLOR").strip()
EMAIL = environ.get("EMAIL").strip()
MAILGUN_KEY = environ.get("MAILGUN_KEY").strip()
DESCRIPTION = environ.get("DESCRIPTION", "rdrama.net caters to drama in all forms such as: Real life, videos, photos, gossip, rumors, news sites, Reddit, and Beyond™. There isn't drama we won't touch).strip()
DESCRIPTION = environ.get("DESCRIPTION").strip()
TAGLINE = environ.get("TAGLINE").strip()
CF_KEY = environ.get("CF_KEY").strip()
CF_ZONE = environ.get("CF_ZONE").strip()