From 5c7aeb2f2ce411975fae595adde4a4dead929eaa Mon Sep 17 00:00:00 2001 From: Ozzieisaacs Date: Thu, 20 Jun 2019 20:12:01 +0200 Subject: [PATCH] Change GDrive --- cps/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/admin.py b/cps/admin.py index f6fd838f..0efc219b 100644 --- a/cps/admin.py +++ b/cps/admin.py @@ -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()