test runner commit
All checks were successful
All checks were successful
This commit is contained in:
parent
f1e3f4defc
commit
b70f362131
1 changed files with 1 additions and 0 deletions
1
run.py
1
run.py
|
|
@ -3,6 +3,7 @@ from app import create_app
|
|||
app = create_app()
|
||||
|
||||
if __name__ == '__main__':
|
||||
print("Starting server...")
|
||||
app.run(host='0.0.0.0', port=5000, debug=True)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue