the ServiceHandler is fully passive

This commit is contained in:
Jakob Ketterl 2019-11-16 15:40:12 +01:00
parent a36f106c72
commit 6619a1b4a6
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ class ServiceHandler(object):
self.scheduler = ServiceScheduler(self.source, props["schedule"])
def getClientClass(self):
return SdrSource.CLIENT_BACKGROUND
return SdrSource.CLIENT_INACTIVE
def onStateChange(self, state):
if state == SdrSource.STATE_RUNNING: