diff --git a/main.py b/main.py index 664d597..8541367 100644 --- a/main.py +++ b/main.py @@ -65,10 +65,6 @@ def index(): @app.route("/configure") def configure(): return render_template('configure.html') - -@app.route("//") -def action(deviceName, action): - templateData = {} - return render_template('index.html', **templateData) + if __name__ == "__main__": app.run(host='0.0.0.0', port=8081, debug=True) \ No newline at end of file