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