mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 14:05:11 +00:00
Specify EventHandler types in builtin handlers
This commit is contained in:
@ -5,6 +5,7 @@ from threading import Thread
|
||||
|
||||
class MessageQueueHandler:
|
||||
keys = ['message.queue']
|
||||
type_id = 'ControlEventHandler'
|
||||
|
||||
def __init__(self, wpm):
|
||||
self.connector = None
|
||||
|
Reference in New Issue
Block a user