essai abandonné avec url redirect

This commit is contained in:
Kepka Ludovic
2025-08-19 09:43:42 +02:00
committed by skylanix
parent 0c1dae22f5
commit 4b68781114
2 changed files with 2 additions and 4 deletions

View File

@@ -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

View File

@@ -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")
return render_template("twitch-aide.html")