fix: 修复搜索失败的问题

This commit is contained in:
涵曦 2024-11-01 09:22:55 +08:00
parent 13b72bff97
commit 089bafd693

View File

@ -838,8 +838,6 @@ class XiaoMusic:
if opvalue.startswith("exec#"):
code = opvalue.split("#", 1)[1]
return ("exec", code)
return (opvalue, "")
return (opvalue, oparg)
self.log.info(f"未匹配到指令 {query} {ctrl_panel}")
return (None, None)