mirror of
https://github.com/robweber/xbmcbackup.git
synced 2025-06-24 11:34:34 +02:00
removed references .ready() no longer needed
This commit is contained in:
@ -8,7 +8,4 @@ mode = xbmcgui.Dialog().select(utils.getString(30010) + " - " + utils.getString(
|
||||
if(mode != -1):
|
||||
#run the profile backup
|
||||
backup = XbmcBackup()
|
||||
|
||||
if(backup.isReady()):
|
||||
|
||||
backup.run(mode)
|
||||
backup.run(mode)
|
||||
|
Reference in New Issue
Block a user