We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3216b4 commit d2f1b9fCopy full SHA for d2f1b9f
1 file changed
app.py
@@ -216,4 +216,5 @@ def logout():
216
if __name__ == "__main__":
217
with app.app_context():
218
db.create_all() # Create all tables
219
- app.run(debug=True)
+ #app.run(debug=True)
220
+ app.run(host='0.0.0.0', port=5000, debug=True)
0 commit comments