From aa69fa617710f35daa772f9e52fa5471298a4883 Mon Sep 17 00:00:00 2001 From: SimolZimol <70102430+SimolZimol@users.noreply.github.com> Date: Fri, 6 Sep 2024 11:35:02 +0200 Subject: [PATCH] modified: app.py --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index 9004265..c081b9f 100644 --- a/app.py +++ b/app.py @@ -28,6 +28,7 @@ DISCORD_REDIRECT_URI = os.getenv("DISCORD_REDIRECT_URI") DISCORD_OAUTH2_URL = "https://discord.com/api/oauth2/authorize" DISCORD_TOKEN_URL = "https://discord.com/api/oauth2/token" DISCORD_API_URL = "https://discord.com/api/users/@me" +os.environ['OAUTHLIB_INSECURE_TRANSPORT'] = '1' # Globale Variablen für die Intros INTRO_FILE = "introduction.txt"