summaryrefslogtreecommitdiffstats
path: root/module/thread_list.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2010-04-01 19:14:14 +0200
committerGravatar spoob <spoob@gmx.de> 2010-04-01 19:14:14 +0200
commit8c39920093b17ad9d1792f205fff05de6f5c41b7 (patch)
tree5e520d665341bd60741f7d60b1f41b7b9821aed2 /module/thread_list.py
parentLitte remove Linklist bugfix (diff)
downloadpyload-8c39920093b17ad9d1792f205fff05de6f5c41b7.tar.xz
No urllib download anymore
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: