Code cosmetics

This commit is contained in:
OzzieIsaacs
2017-04-04 19:05:09 +02:00
parent dc45b53b24
commit 699bd036e8
4 changed files with 9 additions and 15 deletions

View File

@@ -201,7 +201,7 @@ def backupCalibreDbAndOptionalDownload(drive, f=None):
metaDataFile="'%s' in parents and title = 'metadata.db' and trashed = false" % getEbooksFolderId()
fileList = drive.ListFile({'q': metaDataFile}).GetList()
databaseFile=fileList[0]
if f:
@@ -353,7 +353,7 @@ def getChangeById (drive, change_id):
if not drive:
drive=getDrive()
if drive.auth.access_token_expired:
drive.auth.Refresh()
drive.auth.Refresh()
# Print a single Change resource information.
#
# Args: