mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-15 04:45:49 +01:00
some spacing
This commit is contained in:
parent
9246c9b586
commit
64ae75252f
@ -460,6 +460,7 @@ 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