Commit 78caf337 authored by Faisal Alghamdi's avatar Faisal Alghamdi

remove unused code

parent 43eb3b6f
...@@ -3411,7 +3411,6 @@ def upload_multi(): ...@@ -3411,7 +3411,6 @@ def upload_multi():
author_names.append(author.name) author_names.append(author.name)
if config.config_use_google_drive: if config.config_use_google_drive:
updateGdriveCalibreFromLocal() updateGdriveCalibreFromLocal()
cc = db.session.query(db.Custom_Columns).filter(db.Custom_Columns.datatype.notin_(db.cc_exceptions)).all()
return redirect(url_for("index")) return redirect(url_for("index"))
else: else:
return redirect(url_for("index")) return redirect(url_for("index"))
......
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