+ web_app
This commit is contained in:
7
run_web.py
Normal file
7
run_web.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from web_app import create_app
|
||||
|
||||
|
||||
app = create_app()
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(port=7467 ,debug=False)
|
||||
Reference in New Issue
Block a user