Commit 5c7aeb2f authored by Ozzieisaacs's avatar Ozzieisaacs

Change GDrive

parent f40fc5aa
......@@ -559,7 +559,7 @@ def configuration_helper(origin):
log.info('Reboot required, restarting')
if origin:
success = True
if is_gdrive_ready() and feature_support['gdrive'] is True: # and config.config_use_google_drive == True:
if is_gdrive_ready() and feature_support['gdrive'] is True and config.config_use_google_drive == True:
gdrivefolders = listRootFolders()
else:
gdrivefolders = list()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment