[FIX] Remove old dbstat variable

This commit is contained in:
2026-02-09 10:20:20 +01:00
parent 03b3036e84
commit eca1cf05d4
-1
View File
@@ -103,7 +103,6 @@ class tis_backup:
os.makedirs(self.backup_base_dir)
self.logger.debug("backup directory : " + self.backup_base_dir)
self.dbstat = BackupStat(os.path.join(self.backup_base_dir,'log','tisbackup.sqlite'))
if not cp.get('global','sqlite_dir'):
self.dbstat = BackupStat(os.path.join(self.backup_base_dir,'log','tisbackup.sqlite'))