summaryrefslogtreecommitdiffstats
path: root/module/thread_list.py
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2009-11-22 15:04:30 +0100
committerGravatar mkaay <mkaay@mkaay.de> 2009-11-22 15:04:30 +0100
commit7579e0750c7bd81c916012e2842c8a96ad8fa414 (patch)
tree2c0f0b8b561182596b2fb38786efcc27ea635872 /module/thread_list.py
parentindentation fix, 3nd try.. (diff)
downloadpyload-7579e0750c7bd81c916012e2842c8a96ad8fa414.tar.xz
secure xmlrpc
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 d4f2dac97..da13afba6 100644
--- a/module/thread_list.py
+++ b/module/thread_list.py
@@ -60,7 +60,7 @@ class Thread_List(object):
def get_job(self):
"""return job if suitable, otherwise send thread idle"""
- if not self.parent.is_dltime() or self.pause or self.reconnecting or not self.list.files: #conditions when threads dont download
+ if not self.parent.is_time_download() or self.pause or self.reconnecting or not self.list.files: #conditions when threads dont download
return None
self.init_reconnect()