Skip to content

Commit

Permalink
删除错误的依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
lunzhiPenxil committed Dec 4, 2021
1 parent 7b8aed4 commit 7f7ae24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion OlivOS/qqGuildLinkServerAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def run_pulse(self):
break

def run_websocket_rx_connect_start(self):
#websocket.enableTrace(False)
websocket.enableTrace(False)
ws = websocket.WebSocketApp(
self.Proc_data['extend_data']['websocket_url'],
on_open = self.on_open,
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ psutil
requests==2.23.0
pybase64
websockets
websocket
websocket-client

0 comments on commit 7f7ae24

Please sign in to comment.