Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-15 22:01:41 +02:00
parent 3a9b3c1d16
commit e48b852d51

View File

@ -82,7 +82,7 @@ class GdriveSync(plugins.Plugin):
self.backup = True
# Specify the local backup path
local_backup_path = '/home/pi'
local_backup_path = '/'
# Create the local backup directory if it doesn't exist
os.makedirs(local_backup_path, exist_ok=True)