Logging of details for gdrive integration only on debug level

fix generic cover path
browser reading for cbx and epub files no longer creates temp files on server
browser reading for cbx and epub files working (#502, #520)
This commit is contained in:
OzzieIsaacs
2018-07-07 15:48:50 +02:00
parent 55a56725ed
commit 76d8cbdf57
6 changed files with 35 additions and 39 deletions

View File

@@ -348,7 +348,7 @@ 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) as error:
web.app.logger.exception(error)
return None