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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user