diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-08-18 20:47:50 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-08-18 20:47:50 +0200 |
commit | 876e2de602f22ace3a2fa9a2d56f48e3e807cd6a (patch) | |
tree | 1593de5edfdce1ef5e1c8a9162efcc89b3c48cbe /pyload/threads/InfoThread.py | |
parent | fixed online status fetching (diff) | |
download | pyload-876e2de602f22ace3a2fa9a2d56f48e3e807cd6a.tar.xz |
small fixes for crypter
Diffstat (limited to 'pyload/threads/InfoThread.py')
-rw-r--r-- | pyload/threads/InfoThread.py | 2 |
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) |