From 0ed2c53acd278d57a39390fd4db78c5aaf088e0a Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期五, 21 四月 2023 18:03:54 +0800
Subject: [PATCH] 开盘啦数据解析

---
 third_data/hot_block.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/third_data/hot_block.py b/third_data/hot_block.py
index da1783b..ebd2457 100644
--- a/third_data/hot_block.py
+++ b/third_data/hot_block.py
@@ -92,6 +92,7 @@
     client.connect(ip_port)
     data = {"type": 70, "day": day, "data": datas}
     client.send(json.dumps(data).encode("gbk"))
+    result = client.recv(1024)
     client.close()
 
 

--
Gitblit v1.8.0