mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-16 13:00:39 +01:00
essai abandonné avec url redirect
This commit is contained in:
@@ -6,8 +6,6 @@ aiohttp>=3.7.4,<4
|
|||||||
audioop-lts; python_version>='3.13'
|
audioop-lts; python_version>='3.13'
|
||||||
|
|
||||||
# api twitch
|
# api twitch
|
||||||
# twitchio>=3.1.0
|
|
||||||
# twitch-python>=0.0.20
|
|
||||||
twitchAPI>=4.5.0
|
twitchAPI>=4.5.0
|
||||||
|
|
||||||
# necessaire pour l'hebergement du site web
|
# necessaire pour l'hebergement du site web
|
||||||
|
|||||||
@@ -25,6 +25,6 @@ def updateConfiguration():
|
|||||||
db.session.commit()
|
db.session.commit()
|
||||||
return redirect(url_for('openConfigurations'))
|
return redirect(url_for('openConfigurations'))
|
||||||
|
|
||||||
@webapp.route("/configurations/help/twitch")
|
@webapp.route("/configurations/twitch/help")
|
||||||
def twitchConfigurationHelp():
|
def twitchConfigurationHelp():
|
||||||
return render_template("twitch-aide.html")
|
return render_template("twitch-aide.html")
|
||||||
|
|||||||
Reference in New Issue
Block a user