+ web_app

This commit is contained in:
oleting
2021-01-14 14:01:02 +01:00
parent f0547890c1
commit b045869591
11 changed files with 21 additions and 20 deletions

5
run.py
View File

@@ -6,10 +6,5 @@
# Gui(theme='DarkGrey11', debug_mode=do_debug)
# Web App
from Web import create_app
app = create_app()
if __name__ == '__main__':
app.run(port=5000 ,debug=True)