oops
This commit is contained in:
@ -81,7 +81,7 @@ class IOScanListThread(IOScanListBlock):
|
|||||||
@classmethod
|
@classmethod
|
||||||
def getworker(cls):
|
def getworker(cls):
|
||||||
with cls._worker_lock:
|
with cls._worker_lock:
|
||||||
if cls._worker:
|
if cls._worker is not None:
|
||||||
return cls._worker
|
return cls._worker
|
||||||
import hooks
|
import hooks
|
||||||
T = Worker(max=cls.queuelength)
|
T = Worker(max=cls.queuelength)
|
||||||
|
Reference in New Issue
Block a user