Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-13 15:30:15 +02:00
parent 406365a44a
commit 2dab188525

View File

@ -43,7 +43,6 @@ class GdriveSync(plugins.Plugin):
self.backup = False
try:
logging.error("TEST!!")
gauth = GoogleAuth(settings_file="/root/settings.yaml")
gauth.LoadCredentialsFile("/root/credentials.json")
if gauth.credentials is None: