From 068f4d7d17ef074ea73488248fa53d67e5f573ab Mon Sep 17 00:00:00 2001 From: xszyou Date: Fri, 24 Feb 2023 11:44:22 +0800 Subject: [PATCH] 20230224 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1、更新utils路径bug; 2、更正readme说明; 3、去除python自带包的安装。 --- README.md | 2 +- core/wsa_server.py | 3 --- requirements.txt | 6 +----- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f485f1d..fa184b4 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ python main.py 下载工程: [https://pan.baidu.com/s/1RBo2Pie6A5yTrCf1cn_Tuw?pwd=ck99](https://pan.baidu.com/s/1RBo2Pie6A5yTrCf1cn_Tuw?pwd=ck99) -下载工程: [https://pan.baidu.com/s/1CsJ647uV5rS2NjQH3QT0Iw?pwd=s9s8](https://pan.baidu.com/s/1CsJ647uV5rS2NjQH3QT0Iw?pwd=s9s8) +下载windows运行包: [https://pan.baidu.com/s/1CsJ647uV5rS2NjQH3QT0Iw?pwd=s9s8](https://pan.baidu.com/s/1CsJ647uV5rS2NjQH3QT0Iw?pwd=s9s8) 通讯地址: [`ws://127.0.0.1:10002`](ws://127.0.0.1:10002)(已接通) diff --git a/core/wsa_server.py b/core/wsa_server.py index ce8c05b..2a60497 100644 --- a/core/wsa_server.py +++ b/core/wsa_server.py @@ -4,9 +4,6 @@ import websockets import asyncio import json from abc import abstractmethod -import sys -sys.path.append("E:/3Dproject/feifeibeifen/Projects/FeiFei-22-06-17-2/") - from websockets.legacy.server import Serve from scheduler.thread_manager import MyThread diff --git a/requirements.txt b/requirements.txt index 655b2c7..210f8de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,8 +18,4 @@ aliyun-python-sdk-core==2.13.3 scipy~=1.10.0 openai~=0.26.5 simhash -uuid -hashlib -datetime -pytz -json \ No newline at end of file +pytz \ No newline at end of file