summaryrefslogtreecommitdiffstats
path: root/Core.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-05-26 00:04:33 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-05-26 00:04:33 +0200
commitd44888ca5ab15913db944d1b1646df8f103c4ba6 (patch)
treee1d9d6109cb29ae45db1fe065b8395e5f3f789eb /Core.py
parentchanged variable names (diff)
downloadpyload-d44888ca5ab15913db944d1b1646df8f103c4ba6.tar.xz
improved plugins
Diffstat (limited to 'Core.py')
-rw-r--r--Core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core.py b/Core.py
index b847c1205..15a97d21f 100644
--- a/Core.py
+++ b/Core.py
@@ -212,7 +212,7 @@ class Core(object):
return True
def _test_print_status(self):
- if len(self.thread_list.py_downloading)>0:
+ if self.thread_list.py_downloading:
for pyfile in self.thread_list.py_downloading:
if pyfile.status.type == 'downloading':