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

View File

@ -43,6 +43,7 @@ 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: