mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -69,6 +69,7 @@ class GdriveSync(plugins.Plugin):
|
||||
|
||||
# if backup file does not exist, we will check for backup folder on gdrive.
|
||||
if not self.backup:
|
||||
logging.info("test")
|
||||
# Use self.options['backup_folder'] as the folder ID where backups are stored
|
||||
backup_folder_name = self.options['backup_folder']
|
||||
backup_folder_id = self.get_folder_id_by_name(self.drive, backup_folder_name)
|
||||
|
Reference in New Issue
Block a user