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