From 9f2bbc2fd680d2378e2f59dc9372ed03da477b67 Mon Sep 17 00:00:00 2001 From: inpos Date: Fri, 4 Mar 2016 22:18:52 +0300 Subject: [PATCH] filesToRemove --- lib/pyrrent2http/pyrrent2http.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pyrrent2http/pyrrent2http.py b/lib/pyrrent2http/pyrrent2http.py index 963b25c..91941f1 100644 --- a/lib/pyrrent2http/pyrrent2http.py +++ b/lib/pyrrent2http/pyrrent2http.py @@ -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