This commit is contained in:
Nyx 2025-02-25 01:04:49 -06:00
parent 3d81ddb7cb
commit b0891138d2

View file

@ -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)