fix: Sider

This commit is contained in:
Gavin D'souza 2020-09-01 16:12:26 +05:30
parent ec9559bf33
commit 4792556cc5

View file

@ -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"):