Convert WebUI to logging.Handler subclass
This commit is contained in:
@@ -12,6 +12,7 @@ class Node:
|
||||
|
||||
def __init__(self):
|
||||
self.endpoints = []
|
||||
super(Node, self).__init__()
|
||||
|
||||
def broadcast_all(self, msgs):
|
||||
msgs = json.dumps(msgs)
|
||||
|
||||
Reference in New Issue
Block a user