draft twitch bot

This commit is contained in:
Kepka Ludovic
2025-08-18 10:47:02 +02:00
committed by skylanix
parent 49502ac13b
commit 0c1dae22f5
11 changed files with 133 additions and 2 deletions

View File

@@ -24,3 +24,7 @@ def updateConfiguration():
ConfigurationHelper().createOrUpdate('proton_db_enable_enable', False)
db.session.commit()
return redirect(url_for('openConfigurations'))
@webapp.route("/configurations/help/twitch")
def twitchConfigurationHelp():
return render_template("twitch-aide.html")