summaryrefslogtreecommitdiffstats
path: root/module/threads/DecrypterThread.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-01-06 17:54:53 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-01-06 17:54:53 +0100
commitb877847094b0ba03a098dff0fd769eb456b48dd1 (patch)
tree2d4a4e6b5c4dcba8eec952724a0dd065ef781ced /module/threads/DecrypterThread.py
parentxmpp: disconnect on unload / deactivate (diff)
downloadpyload-b877847094b0ba03a098dff0fd769eb456b48dd1.tar.xz
several improvements, also closes #486, #487
Diffstat (limited to 'module/threads/DecrypterThread.py')
-rw-r--r--module/threads/DecrypterThread.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/threads/DecrypterThread.py b/module/threads/DecrypterThread.py
index a1b7e4f38..8edb97c34 100644
--- a/module/threads/DecrypterThread.py
+++ b/module/threads/DecrypterThread.py
@@ -4,6 +4,7 @@
from time import sleep
from traceback import print_exc
+from module.utils import uniqify
from module.plugins.Base import Retry
from module.plugins.Crypter import Package
@@ -54,6 +55,7 @@ class DecrypterThread(BaseThread):
plugin.logDebug("Decrypted", plugin_result)
result.extend(plugin_result)
+ result = uniqify(result)
pack_names = {}
urls = []