mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-09 14:13:35 +00:00
Fix cut/paste error
This commit is contained in:
@ -4317,7 +4317,6 @@ def downloadDriveFile(users):
|
|||||||
continue
|
continue
|
||||||
if fileIdSelection[u'query']:
|
if fileIdSelection[u'query']:
|
||||||
fileIdSelection[u'fileIds'] = doDriveSearch(drive, query=fileIdSelection[u'query'])
|
fileIdSelection[u'fileIds'] = doDriveSearch(drive, query=fileIdSelection[u'query'])
|
||||||
fileIds = doDriveSearch(drive, query=query)
|
|
||||||
else:
|
else:
|
||||||
fileId = fileIdSelection[u'fileIds'][0]
|
fileId = fileIdSelection[u'fileIds'][0]
|
||||||
if fileId[:8].lower() == u'https://' or fileId[:7].lower() == u'http://':
|
if fileId[:8].lower() == u'https://' or fileId[:7].lower() == u'http://':
|
||||||
|
Reference in New Issue
Block a user