Start renaming author names on gdrive

This commit is contained in:
Ozzie Isaacs
2021-12-05 19:01:23 +01:00
parent f78d2245aa
commit 6e15280fac
3 changed files with 32 additions and 9 deletions

View File

@@ -894,8 +894,6 @@ def list_books():
@web.route("/ajax/table_settings", methods=['POST'])
@login_required
def update_table_settings():
# vals = request.get_json()
# ToDo: Save table settings
current_user.view_settings['table'] = json.loads(request.data)
try:
try: