diff options
Diffstat (limited to '')
| -rw-r--r-- | backend/constants.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/backend/constants.py b/backend/constants.py index 61519ed..fdf7092 100644 --- a/backend/constants.py +++ b/backend/constants.py @@ -13,7 +13,7 @@ OAUTH2_CLIENT_ID = os.getenv("OAUTH2_CLIENT_ID")  OAUTH2_CLIENT_SECRET = os.getenv("OAUTH2_CLIENT_SECRET")  OAUTH2_REDIRECT_URI = os.getenv(      "OAUTH2_REDIRECT_URI", -    "http://forms.pythondiscord.com/callback" +    "https://forms.pythondiscord.com/callback"  )  SECRET_KEY = os.getenv("SECRET_KEY", binascii.hexlify(os.urandom(30)).decode()) | 
