Skip to content

Commit

Permalink
20230224
Browse files Browse the repository at this point in the history
1、更新utils路径bug;
2、更正readme说明;
3、去除python自带包的安装。
  • Loading branch information
xszyou committed Feb 24, 2023
1 parent 193cb70 commit 068f4d7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)(已接通)

Expand Down
3 changes: 0 additions & 3 deletions core/wsa_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
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
Expand Down
6 changes: 1 addition & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
pytz

0 comments on commit 068f4d7

Please sign in to comment.