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")