mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-03-03 19:43:58 +01:00
changed return value in multicast
This commit is contained in:
parent
2aa714fae9
commit
51cc6a0318
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue