diff --git a/site/app.py b/site/app.py index 8006a23..93fad60 100644 --- a/site/app.py +++ b/site/app.py @@ -94,4 +94,4 @@ def todo(): return render_template('todo.html') if __name__ == '__main__': - app.run(app=app, server="flask", host="0.0.0.0", port=8080) + app.run(host="0.0.0.0", port=8080)