mirror of
https://github.com/robweber/xbmcbackup.git
synced 2025-06-23 02:54:34 +02:00
removed references .ready() no longer needed
This commit is contained in:
@ -246,6 +246,3 @@ class XbmcBackup:
|
||||
result = self.progressBar.iscanceled()
|
||||
|
||||
return result
|
||||
|
||||
def isReady(self):
|
||||
return True if self.remote_vfs != None else False
|
||||
|
Reference in New Issue
Block a user