mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-15 04:45:49 +01:00
weird space we don't need
This commit is contained in:
parent
fec65afc8f
commit
16f4d4073a
@ -498,7 +498,6 @@ class XbmcBackup:
|
|||||||
dirs = self.listBackups()
|
dirs = self.listBackups()
|
||||||
|
|
||||||
if(len(dirs) > total_backups):
|
if(len(dirs) > total_backups):
|
||||||
|
|
||||||
#remove backups to equal total wanted
|
#remove backups to equal total wanted
|
||||||
remove_num = 0
|
remove_num = 0
|
||||||
self.filesTotal = self.filesTotal + remove_num + 1
|
self.filesTotal = self.filesTotal + remove_num + 1
|
||||||
|
Loading…
Reference in New Issue
Block a user