mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -82,7 +82,7 @@ class GdriveSync(plugins.Plugin):
|
|||||||
self.backup = True
|
self.backup = True
|
||||||
|
|
||||||
# Specify the local backup path
|
# Specify the local backup path
|
||||||
local_backup_path = '/home/pi'
|
local_backup_path = '/'
|
||||||
|
|
||||||
# Create the local backup directory if it doesn't exist
|
# Create the local backup directory if it doesn't exist
|
||||||
os.makedirs(local_backup_path, exist_ok=True)
|
os.makedirs(local_backup_path, exist_ok=True)
|
||||||
|
Reference in New Issue
Block a user