This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
J1147
/
ai-on-wechat
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: xunfei ws error log
develop
zhayujie
1 year ago
parent
36b6cc58bf
commit
a64d7c42b1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bot/xunfei/xunfei_spark_bot.py
+ 1
- 1
bot/xunfei/xunfei_spark_bot.py
View File
@@ -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关闭的处理
Write
Preview
Loading…
Cancel
Save