From 49bb97d4c364a3731fe590b73e7165e1270587e3 Mon Sep 17 00:00:00 2001 From: 2000-Trek Date: Wed, 21 Jun 2023 20:12:06 +0200 Subject: [PATCH] Documentation --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 29f766c..9be2943 100644 --- a/main.py +++ b/main.py @@ -300,10 +300,10 @@ def get_id(): return make_response(json.dumps({"mode":"0","error":"418"})) #Documentation -app.route("/documentation") +@app.route("/documentation") def documentation(): return render_template("documentation.html") - + def main(): atexit.register(exit_handler) socketio.run(app, host='0.0.0.0', port=5000) \ No newline at end of file