diff --git a/bot/xunfei/xunfei_spark_bot.py b/bot/xunfei/xunfei_spark_bot.py index ddda15e..eac57f5 100644 --- a/bot/xunfei/xunfei_spark_bot.py +++ b/bot/xunfei/xunfei_spark_bot.py @@ -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关闭的处理