mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00
Merge branch 'main' into breaking_changes
# Conflicts: # MultiClient.py # WebUI.py
This commit is contained in:
@@ -13,6 +13,7 @@ class Node:
|
||||
|
||||
def __init__(self):
|
||||
self.endpoints = []
|
||||
super(Node, self).__init__()
|
||||
|
||||
def broadcast_all(self, msgs):
|
||||
msgs = self.dumper(msgs)
|
||||
|
Reference in New Issue
Block a user