mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-03-20 13:58:30 +08:00
fix: xunfei ws error log
This commit is contained in:
@@ -178,7 +178,7 @@ class ReplyItem:
|
||||
|
||||
# 收到websocket错误的处理
|
||||
def on_error(ws, error):
|
||||
logger.error("[XunFei] error:", error)
|
||||
logger.error(f"[XunFei] error: {str(error)}")
|
||||
|
||||
|
||||
# 收到websocket关闭的处理
|
||||
|
||||
Reference in New Issue
Block a user