Commit fdf10e3d authored by Ozzieisaacs's avatar Ozzieisaacs

Fix #1473 (reconnect not working via web-route access)

parent ded3e06a
......@@ -986,7 +986,7 @@ def get_tasks_status():
@app.route("/reconnect")
def reconnect():
db.reconnect_db(config, ub.app_DB_path)
calibre_db.reconnect_db(config, ub.app_DB_path)
return json.dumps({})
......
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