mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-15 04:45:49 +01:00
removed references .ready() no longer needed
This commit is contained in:
parent
926382e28e
commit
16e55bdd23
@ -8,7 +8,4 @@ mode = xbmcgui.Dialog().select(utils.getString(30010) + " - " + utils.getString(
|
|||||||
if(mode != -1):
|
if(mode != -1):
|
||||||
#run the profile backup
|
#run the profile backup
|
||||||
backup = XbmcBackup()
|
backup = XbmcBackup()
|
||||||
|
|
||||||
if(backup.isReady()):
|
|
||||||
|
|
||||||
backup.run(mode)
|
backup.run(mode)
|
||||||
|
@ -246,6 +246,3 @@ class XbmcBackup:
|
|||||||
result = self.progressBar.iscanceled()
|
result = self.progressBar.iscanceled()
|
||||||
|
|
||||||
return result
|
return result
|
||||||
|
|
||||||
def isReady(self):
|
|
||||||
return True if self.remote_vfs != None else False
|
|
||||||
|
Loading…
Reference in New Issue
Block a user