docs: update README.md

This commit is contained in:
Saboteur7
2024-06-04 12:50:59 +08:00
parent 6431487c7a
commit 1f6f9103d9
4 changed files with 25 additions and 20 deletions

View File

@@ -129,7 +129,7 @@ def on_open(ws):
"data": wsParam.Data,
}
d = json.dumps(d)
print("------>开始发送文本数据")
# print("------>开始发送文本数据")
ws.send(d)
if os.path.exists(outfile):
os.remove(outfile)