|
|
@ -559,7 +559,7 @@ def configuration_helper(origin):
|
|
|
|
log.info('Reboot required, restarting')
|
|
|
|
log.info('Reboot required, restarting')
|
|
|
|
if origin:
|
|
|
|
if origin:
|
|
|
|
success = True
|
|
|
|
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()
|
|
|
|
gdrivefolders = listRootFolders()
|
|
|
|
else:
|
|
|
|
else:
|
|
|
|
gdrivefolders = list()
|
|
|
|
gdrivefolders = list()
|
|
|
|