a couple of fixes and daemon=True disabled

This commit is contained in:
2019-07-27 23:56:19 +01:00
parent cab0aec533
commit b6077b0ec8
8 changed files with 18 additions and 15 deletions

View File

@ -10,7 +10,7 @@ class ScanRateConsideringQueueFeeder(threading.Thread, AbstractNotificationRecei
self.registers = registers
self.queue = queue
self.delayEvent = threading.Event()
self.daemon = True
# self.daemon = True
self.logger = logging.getLogger('ScanRateConsideringQueueFeeder')
def getMinimalScanrate(self):