Skip to content

Commit d2f1b9f

Browse files
authored
Update app.py
1 parent b3216b4 commit d2f1b9f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,5 @@ def logout():
216216
if __name__ == "__main__":
217217
with app.app_context():
218218
db.create_all() # Create all tables
219-
app.run(debug=True)
219+
#app.run(debug=True)
220+
app.run(host='0.0.0.0', port=5000, debug=True)

0 commit comments

Comments
 (0)