mirror of
https://github.com/OpenFusionProject/scripts.git
synced 2024-11-14 11:10:06 +00:00
Autorun Flask app
This commit is contained in:
parent
615bd3d9a3
commit
e0e0b3c5e3
@ -15,6 +15,7 @@ def main(db_path):
|
||||
except Exception as ex:
|
||||
print(ex)
|
||||
sys.exit()
|
||||
app.run()
|
||||
|
||||
#db.set_trace_callback(print)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user