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 a91ca679e..272fe9816 100644 --- a/pyload/threads/InfoThread.py +++ b/pyload/threads/InfoThread.py @@ -15,7 +15,7 @@ class InfoThread(DecrypterThread): def __init__(self, manager, owner, data, pid=-1, oc=None): BaseThread.__init__(self, manager, owner) - # [... (plugin, url) ...] + # [... (url, plugin) ...] self.data = data self.pid = pid self.oc = oc # online check |