filesToRemove

sandbox1
inpos 2016-03-04 22:18:52 +03:00
parent a17e9da7c4
commit 9f2bbc2fd6
1 changed files with 1 additions and 0 deletions

View File

@ -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