mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-09 01:37:17 +00:00
Allow subscribing to all ZMQ topics in EventHandlerBase
This commit is contained in:
parent
bb8e0c7458
commit
ddc79c9717
@ -55,6 +55,8 @@ class EventHandlerBase(ABC):
|
||||
subscribed to 'fsm' will receive 'fsm_update'
|
||||
messages as well.
|
||||
"""
|
||||
if '' in self.keys:
|
||||
return True
|
||||
return message['key'] in self.keys
|
||||
|
||||
def dispatch_handling(self, message):
|
||||
|
Loading…
Reference in New Issue
Block a user