修改bug
This commit is contained in:
@@ -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发送数据包
|
||||
|
Reference in New Issue
Block a user