diff --git a/rankendpoint.py b/rankendpoint.py index 0d8bd32..69ab3f5 100644 --- a/rankendpoint.py +++ b/rankendpoint.py @@ -15,6 +15,7 @@ def main(db_path): except Exception as ex: print(ex) sys.exit() + app.run() #db.set_trace_callback(print)