- send() uses bytes no Msg
This commit is contained in:
+1
-1
@@ -2,5 +2,5 @@ from abc import ABC
|
||||
from msg_container import MsgContainer
|
||||
|
||||
class ABackend(ABC):
|
||||
def send(self, name: str, msg: MsgContainer):
|
||||
def send(self, name: str, data: bytes):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user