changed return value in multicast

This commit is contained in:
Thierry Fredrich 2022-02-16 14:42:38 +01:00
parent 2aa714fae9
commit 51cc6a0318

View file

@ -86,7 +86,7 @@ class BoswatchModule(ModuleBase):
pass
else:
logging.error("multicast module only works with pocsag")
raise NameError('multicast module only works with pocsag')
return False
'''delimiter received'''
if self.delimiterRic == thisRic and self.delimiterSubric == thisSubric: