summaryrefslogtreecommitdiffstats
path: root/module/thread_list.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-04-02 15:03:44 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-04-02 15:03:44 +0200
commitd274eeef1e879b0e8084552dddbc599675371c66 (patch)
treedf43b35088d78c542705466621d706cd5e90f1ae /module/thread_list.py
parentmerged (diff)
parentNo urllib download anymore (diff)
downloadpyload-d274eeef1e879b0e8084552dddbc599675371c66.tar.xz
merged
Diffstat (limited to 'module/thread_list.py')
-rw-r--r--module/thread_list.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/thread_list.py b/module/thread_list.py
index 000e86d27..3698e4e0b 100644
--- a/module/thread_list.py
+++ b/module/thread_list.py
@@ -106,7 +106,7 @@ class Thread_List(object):
pyfile.active = False
- if pyfile.plugin.req.curl and not pyfile.status == "reconnected":
+ if not pyfile.status == "reconnected":
try:
pyfile.plugin.req.pycurl.close()
except: