From 4b68781114d385c5a798a7f87a04b08219e33628 Mon Sep 17 00:00:00 2001 From: Kepka Ludovic Date: Tue, 19 Aug 2025 09:43:42 +0200 Subject: [PATCH] =?UTF-8?q?essai=20abandonn=C3=A9=20avec=20url=20redirect?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 2 -- webapp/configurations.py | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9d6ef39..1a1c173 100755 --- a/requirements.txt +++ b/requirements.txt @@ -6,8 +6,6 @@ aiohttp>=3.7.4,<4 audioop-lts; python_version>='3.13' # api twitch -# twitchio>=3.1.0 -# twitch-python>=0.0.20 twitchAPI>=4.5.0 # necessaire pour l'hebergement du site web diff --git a/webapp/configurations.py b/webapp/configurations.py index 0eb956f..cfc617b 100644 --- a/webapp/configurations.py +++ b/webapp/configurations.py @@ -25,6 +25,6 @@ def updateConfiguration(): db.session.commit() return redirect(url_for('openConfigurations')) -@webapp.route("/configurations/help/twitch") +@webapp.route("/configurations/twitch/help") def twitchConfigurationHelp(): - return render_template("twitch-aide.html") \ No newline at end of file + return render_template("twitch-aide.html")