mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -61,6 +61,7 @@ class GdriveSync(plugins.Plugin):
|
||||
if not self.backup:
|
||||
# Use self.options['backup_folder'] as the folder ID where backups are stored
|
||||
backup_folder_id = self.get_folder_id_by_name(self.drive, self.options['backup_folder'])
|
||||
logging.info(self.options['backup_folder'])
|
||||
if backup_folder_id is None:
|
||||
# If the folder doesn't exist, create it
|
||||
folder = self.drive.CreateFile(
|
||||
|
Reference in New Issue
Block a user