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"