Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-13 09:09:34 +02:00
parent 73e22121a9
commit 451c14dae9
4 changed files with 3 additions and 2 deletions

View File

@ -51,7 +51,7 @@ class GdriveSync(plugins.Plugin):
self.backup = False
try:
gauth = GoogleAuth(settings_file="settings.yaml")
gauth = GoogleAuth(settings_file="/root/settings.yaml")
gauth.Authorize()
# Create GoogleDrive instance