- Updated translation (it's now always Google Drive)

- Integrated feature #409 (linking read status from calibre)
This commit is contained in:
OzzieIsaacs
2018-07-15 15:08:06 +02:00
parent 694620790c
commit 0e83546d40
27 changed files with 2883 additions and 2388 deletions

View File

@ -133,7 +133,7 @@ def getDrive(drive=None, gauth=None):
try:
gauth.Refresh()
except:
web.app.logger.error("GDrive gdrive_credentials file not present, reauthenticate in config section")
web.app.logger.error("Google Drive gdrive_credentials file not present, reauthenticate in config section")
else:
# Initialize the saved creds
gauth.Authorize()