summaryrefslogtreecommitdiffstats
path: root/pyload/threads/InfoThread.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-08-18 20:47:50 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-08-18 20:47:50 +0200
commit876e2de602f22ace3a2fa9a2d56f48e3e807cd6a (patch)
tree1593de5edfdce1ef5e1c8a9162efcc89b3c48cbe /pyload/threads/InfoThread.py
parentfixed online status fetching (diff)
downloadpyload-876e2de602f22ace3a2fa9a2d56f48e3e807cd6a.tar.xz
small fixes for crypter
Diffstat (limited to 'pyload/threads/InfoThread.py')
-rw-r--r--pyload/threads/InfoThread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/threads/InfoThread.py b/pyload/threads/InfoThread.py
index ff77117c9..f3aad5bb6 100644
--- a/pyload/threads/InfoThread.py
+++ b/pyload/threads/InfoThread.py
@@ -51,7 +51,7 @@ class InfoThread(BaseThread):
self.m.core.files.save()
else: #post the results
- for name, urls in crypter:
+ for name, urls in crypter.iteritems():
#attach container content
try:
data = self.decrypt(name, urls)