Merge branch 'mlz' into wip

Change-Id: I9dab1c32c4f0579f7f54bb68c60f7a8b14866652
This commit is contained in:
2020-10-28 08:01:44 +01:00

View File

@ -425,7 +425,7 @@ class Readable(Module):
# use basic poller for legacy code # use basic poller for legacy code
mkthread(self.__pollThread, started_callback) mkthread(self.__pollThread, started_callback)
else: else:
super().startModule(self, started_callback) super().startModule(started_callback)
def __pollThread(self, started_callback): def __pollThread(self, started_callback):
while True: while True: