Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-13 15:00:26 +02:00
parent f1abd0495c
commit 76b34a147b

View File

@ -39,7 +39,7 @@ class GdriveSync(plugins.Plugin):
for file in file_list: for file in file_list:
if file['title'] == folder_name: if file['title'] == folder_name:
return file['id'] return file['id']
return None return None
def on_loaded(self): def on_loaded(self):
# client_secrets.json needs to be not empty # client_secrets.json needs to be not empty