fix: Sider
This commit is contained in:
parent
ec9559bf33
commit
4792556cc5
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ class BackupGenerator:
|
|||
|
||||
def zip_files(self):
|
||||
# For backwards compatibility - pre v13
|
||||
return backup_files(self)
|
||||
return self.backup_files()
|
||||
|
||||
def backup_files(self):
|
||||
for folder in ("public", "private"):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue