修改bug

This commit is contained in:
CHAMPION923
2025-05-30 17:11:51 +08:00
parent c1419182f2
commit de417c4522
2 changed files with 2 additions and 1 deletions

View File

@@ -149,7 +149,7 @@ class Presenter:
def run(self):
# TODO: 初始化TCP服务和收收数据缓存
server = TcpServer(host="0.0.0.0", port=65444)
server = TcpServer(host=HOST, port=PORT)
tcp_rec_buf = ""
tcp_send_buf = ""
pkt = OrderedDict() # tcp发送数据包