_mailbox: new Automat forbids code in Input bodies
This commit is contained in:
parent
3ca2720f11
commit
d44a5335b4
|
@ -95,8 +95,6 @@ class Mailbox(object):
|
||||||
# from Send or Key
|
# from Send or Key
|
||||||
@m.input()
|
@m.input()
|
||||||
def add_message(self, phase, body):
|
def add_message(self, phase, body):
|
||||||
assert isinstance(body, type(b"")), type(body)
|
|
||||||
#print("ADD_MESSAGE", phase, len(body))
|
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user