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