Autorun Flask app

This commit is contained in:
gsemaj 2023-12-22 22:04:05 -08:00
parent 615bd3d9a3
commit e0e0b3c5e3
No known key found for this signature in database
GPG Key ID: 24B96BAA40497929
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ def main(db_path):
except Exception as ex:
print(ex)
sys.exit()
app.run()
#db.set_trace_callback(print)