mirror of
https://github.com/janeczku/calibre-web
synced 2025-08-29 17:07:56 +00:00
Fix #172
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user