Remove init from messenger as it's abstract.
This commit is contained in:
@@ -7,9 +7,6 @@ class Messenger:
|
|||||||
_disconnect_callbacks = []
|
_disconnect_callbacks = []
|
||||||
_message_callbacks = []
|
_message_callbacks = []
|
||||||
|
|
||||||
def __init__(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def broadcast_message(self, message):
|
def broadcast_message(self, message):
|
||||||
"""
|
"""
|
||||||
Broadcasts the specified message to the swarm based upon its topic(or group).
|
Broadcasts the specified message to the swarm based upon its topic(or group).
|
||||||
|
|||||||
Reference in New Issue
Block a user