Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-13 15:45:40 +02:00
parent c2ba09d3df
commit d6f5cefe32

View File

@ -115,7 +115,7 @@ class GdriveSync(plugins.Plugin):
for file in file_list:
if file['title'] == folder_name:
return file['id']
return None
return None
def on_unload(self, ui):
logging.info("[gdrivesync] unloaded")