fix
This commit is contained in:
parent
3d81ddb7cb
commit
b0891138d2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue