mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-21 06:03:50 +00:00
changed return value in multicast
This commit is contained in:
parent
2aa714fae9
commit
51cc6a0318
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue