forked from MarseyWorld/MarseyWorld
fix prev commit
parent
745e741d95
commit
ea70e4473e
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue