diff options
author | mkaay <mkaay@mkaay.de> | 2009-11-22 15:04:30 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2009-11-22 15:04:30 +0100 |
commit | 7579e0750c7bd81c916012e2842c8a96ad8fa414 (patch) | |
tree | 2c0f0b8b561182596b2fb38786efcc27ea635872 /module/thread_list.py | |
parent | indentation fix, 3nd try.. (diff) | |
download | pyload-7579e0750c7bd81c916012e2842c8a96ad8fa414.tar.xz |
secure xmlrpc
Diffstat (limited to 'module/thread_list.py')
-rw-r--r-- | module/thread_list.py | 2 |
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() |