We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df0883f commit e28761cCopy full SHA for e28761c
main.py
@@ -59,6 +59,8 @@
59
app.prog = None
60
app.shutdown_requested = False
61
62
+
63
64
## New API and web application
65
66
# API v2 is defined in v2.yml and its methods are in api.py
@@ -155,6 +157,7 @@ def handle_config():
155
157
"""
156
158
Overwrite configuration file on disk and reload it
159
160
+ print(request.form)
161
Config.write(updateDict(app.bot_config, request.form))
162
app.bot_config = Config.get()
163
return "ok"
0 commit comments