Update form_message.py
This commit is contained in:
parent
7945e25fef
commit
2df60b71eb
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ if op == "C":
|
|||
else:
|
||||
payload = " ".join(rest)
|
||||
|
||||
print(payload.encode(), file=sys.stderr)
|
||||
# print(payload.encode(), file=sys.stderr)
|
||||
|
||||
sys.stdout.write(op)
|
||||
sys.stdout.write(struct.pack("b", len(payload)).decode())
|
||||
|
|
Reference in a new issue