mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -114,7 +114,7 @@ class GdriveSync(plugins.Plugin):
|
|||||||
file_list = drive.ListFile({'q': "mimeType='application/vnd.google-apps.folder' and trashed=false"}).GetList()
|
file_list = drive.ListFile({'q': "mimeType='application/vnd.google-apps.folder' and trashed=false"}).GetList()
|
||||||
for file in file_list:
|
for file in file_list:
|
||||||
if file['title'] == folder_name:
|
if file['title'] == folder_name:
|
||||||
return file['id']
|
return "test"
|
||||||
return None
|
return None
|
||||||
|
|
||||||
def on_unload(self, ui):
|
def on_unload(self, ui):
|
||||||
|
Reference in New Issue
Block a user