Commit c78c63e1 authored by Ozzieisaacs's avatar Ozzieisaacs

Merge remote-tracking branch 'fix_reconnect'

# Conflicts:
#	cps/web.py
parents 56ee8c56 520c6954
......@@ -790,7 +790,9 @@ def get_tasks_status():
@app.route("/reconnect")
def reconnect():
db.reconnect_db(config)
db.session.close()
db.engine.dispose()
db.setup_db(config)
return json.dumps({})
@web.route("/search", methods=["GET"])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment