filesToRemove
This commit is contained in:
parent
a17e9da7c4
commit
9f2bbc2fd6
@ -1044,6 +1044,7 @@ class Pyrrent2http(object):
|
||||
if (not self.config.keepComplete or not file.IsComplete()) and (not self.config.keepIncomplete or file.IsComplete()):
|
||||
if os.path.exists(file.SavePath()):
|
||||
files.append(file.SavePath())
|
||||
return files
|
||||
def removeTorrent(self):
|
||||
files = []
|
||||
flag = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user