소스 검색

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")



Loading…
취소
저장