mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-06 23:10:36 +01:00
je passe sur des thread et ca marche, mystere
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
from flask import Flask
|
||||
from discordbot import bot
|
||||
|
||||
webapp = Flask(__name__)
|
||||
|
||||
|
||||
@@ -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