浏览代码

fix: on_close params

master
zhayujie 1年前
父节点
当前提交
36b6cc58bf
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. +1
    -2
      bot/xunfei/xunfei_spark_bot.py

+ 1
- 2
bot/xunfei/xunfei_spark_bot.py 查看文件

@@ -178,12 +178,11 @@ class ReplyItem:

# 收到websocket错误的处理
def on_error(ws, error):

logger.error("[XunFei] error:", error)


# 收到websocket关闭的处理
def on_close(ws):
def on_close(ws, one, two):
data_queue = queue_map.get(ws.session_id)
data_queue.put("END")



正在加载...
取消
保存