diff options
author | 2014-07-14 21:53:48 +0200 | |
---|---|---|
committer | 2014-07-14 21:53:48 +0200 | |
commit | d23246547e10382b2244fc34157a2896706ac2c7 (patch) | |
tree | 262dbbc1fa59c0ef68f273b356912f6453843777 /module/ThreadManager.py | |
parent | [Plugin] Call api faster (diff) | |
download | pyload-d23246547e10382b2244fc34157a2896706ac2c7.tar.xz |
Stretch comment separator
Diffstat (limited to 'module/ThreadManager.py')
-rw-r--r-- | module/ThreadManager.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/module/ThreadManager.py b/module/ThreadManager.py index b8662c514..20c349694 100644 --- a/module/ThreadManager.py +++ b/module/ThreadManager.py @@ -156,7 +156,7 @@ class ThreadManager: self.infoResults.clear() self.log.debug("Cleared Result cache") - #---------------------------------------------------------------------- + #-------------------------------------------------------------------------- def tryReconnect(self): """checks if reconnect needed""" @@ -227,7 +227,7 @@ class ThreadManager: return ip - #---------------------------------------------------------------------- + #-------------------------------------------------------------------------- def checkThreadCount(self): """checks if there are need for increasing or reducing thread count""" @@ -251,7 +251,7 @@ class ThreadManager: self.log.debug("Cleaned up pycurl") return True - #---------------------------------------------------------------------- + #-------------------------------------------------------------------------- def assignJob(self): """assing a job to a thread if possible""" |