1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-11-13 13:47:13 +00:00

Merge remote-tracking branch 'fix/kobo'

# Conflicts:
#	cps/kobo.py
This commit is contained in:
Ozzieisaacs
2020-02-23 13:17:59 +01:00
2 changed files with 4 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ class SyncToken():
data_json = sync_token_json["data"]
validate(sync_token_json, SyncToken.data_schema_v1)
except (exceptions.ValidationError, ValueError) as e:
except (exceptions.ValidationError, ValueError):
log.error("Sync token contents do not follow the expected json schema.")
return SyncToken()