Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-13 15:37:36 +02:00
parent 708e670a13
commit 4ebdbc2205

View File

@ -34,7 +34,6 @@ class GdriveSync(plugins.Plugin):
]
def on_loaded(self):
logging.info("TEST")
# client_secrets.json needs to be not empty
if os.stat("/root/client_secrets.json").st_size == 0:
logging.error("[gDriveSync] /root/client_secrets.json is empty. Please RTFM!")