remove DEBUG param

This commit is contained in:
Son NK 2021-03-05 17:10:17 +01:00
parent 48dcd634fa
commit a65680b5ba
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,6 @@ COLOR_LOG = "COLOR_LOG" in os.environ
# Allow user to have 1 year of premium: set the expiration_date to 1 year more
PROMO_CODE = "SIMPLEISBETTER"
# Debug mode
DEBUG = os.environ["DEBUG"] if "DEBUG" in os.environ else False
# Server url
URL = os.environ["URL"]
print(">>> URL:", URL)