mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-12 19:30:39 +01:00
je passe sur des thread et ca marche, mystere
This commit is contained in:
@@ -8,7 +8,6 @@ from discordbot import bot
|
||||
def openConfigurations():
|
||||
all = Configuration.query.all()
|
||||
configurations = {conf.key: conf for conf in all}
|
||||
|
||||
return render_template("configurations.html", configurations = configurations, channels = bot.get_all_channels())
|
||||
|
||||
@webapp.route("/updateConfiguration", methods=['POST'])
|
||||
|
||||
Reference in New Issue
Block a user