Commit d137735b authored by OzzieIsaacs's avatar OzzieIsaacs

Fix #805 (First request to gdrive fails)

parent 1450a21d
...@@ -243,7 +243,7 @@ def getEbooksFolderId(drive=None): ...@@ -243,7 +243,7 @@ def getEbooksFolderId(drive=None):
gDriveId.path = '/' gDriveId.path = '/'
session.merge(gDriveId) session.merge(gDriveId)
session.commit() session.commit()
return return gDriveId.gdrive_id
def getFile(pathId, fileName, drive): def getFile(pathId, fileName, drive):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment