diff options
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) |