mirror of
https://github.com/JonathanHerrewijnen/calibre-web.git
synced 2024-11-11 05:33:57 +00:00
Fix #172
This commit is contained in:
parent
fb43110f1c
commit
622b1435f1
@ -362,6 +362,6 @@ def getChangeById (drive, change_id):
|
||||
try:
|
||||
change = drive.auth.service.changes().get(changeId=change_id).execute()
|
||||
return change
|
||||
except errors.HttpError, error:
|
||||
except (errors.HttpError, error):
|
||||
web.app.logger.exception(error)
|
||||
return None
|
||||
|
Loading…
Reference in New Issue
Block a user