Merge pull request #184 from sim6/fix-regresion-f6af085
fix regression of f6af085e1a
This commit is contained in:
@@ -115,7 +115,6 @@ def main():
|
|||||||
def recv_ws():
|
def recv_ws():
|
||||||
while True:
|
while True:
|
||||||
opcode, data = recv()
|
opcode, data = recv()
|
||||||
print(data)
|
|
||||||
msg = None
|
msg = None
|
||||||
if not args.verbose and opcode in OPCODE_DATA:
|
if not args.verbose and opcode in OPCODE_DATA:
|
||||||
msg = "< %s" % data
|
msg = "< %s" % data
|
||||||
|
Reference in New Issue
Block a user