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():
|
||||
while True:
|
||||
opcode, data = recv()
|
||||
print(data)
|
||||
msg = None
|
||||
if not args.verbose and opcode in OPCODE_DATA:
|
||||
msg = "< %s" % data
|
||||
|
Reference in New Issue
Block a user