From a019311b0edee6df82a8ec7c0b28b06b22aa4d31 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期一, 21 八月 2023 15:47:47 +0800 Subject: [PATCH] 改变目录 --- huaxin_client/client_network.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/huaxin_api/client_network.py b/huaxin_client/client_network.py similarity index 98% rename from huaxin_api/client_network.py rename to huaxin_client/client_network.py index 188cd33..2df1b10 100644 --- a/huaxin_api/client_network.py +++ b/huaxin_client/client_network.py @@ -2,7 +2,7 @@ import json import socket -from huaxin_api import socket_util +from huaxin_client import socket_util SERVER_IP = "127.0.0.1" SERVER_PORT = 10008 -- Gitblit v1.8.0