mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -39,7 +39,7 @@ class GdriveSync(plugins.Plugin):
|
||||
for file in file_list:
|
||||
if file['title'] == folder_name:
|
||||
return file['id']
|
||||
return None
|
||||
return None
|
||||
|
||||
def on_loaded(self):
|
||||
# client_secrets.json needs to be in /root
|
||||
|
Reference in New Issue
Block a user