🐞 fix(log): bug

This commit is contained in:
kalicyh
2025-02-18 00:45:54 +08:00
parent 2acee60d73
commit cfcb6cb97d
3 changed files with 2 additions and 2 deletions
-1
View File
@@ -10,7 +10,6 @@ logger = setup_logging()
async def handleAudioMessage(conn, audio):
if not conn.asr_server_receive:
logger = setup_logging()
logger.bind(tag=TAG).debug(f"前期数据处理中,暂停接收")
return
if conn.client_listen_mode == "auto":