fix: 修复搜索失败的问题
This commit is contained in:
parent
13b72bff97
commit
089bafd693
@ -838,8 +838,6 @@ class XiaoMusic:
|
|||||||
if opvalue.startswith("exec#"):
|
if opvalue.startswith("exec#"):
|
||||||
code = opvalue.split("#", 1)[1]
|
code = opvalue.split("#", 1)[1]
|
||||||
return ("exec", code)
|
return ("exec", code)
|
||||||
return (opvalue, "")
|
|
||||||
|
|
||||||
return (opvalue, oparg)
|
return (opvalue, oparg)
|
||||||
self.log.info(f"未匹配到指令 {query} {ctrl_panel}")
|
self.log.info(f"未匹配到指令 {query} {ctrl_panel}")
|
||||||
return (None, None)
|
return (None, None)
|
||||||
|
Loading…
Reference in New Issue
Block a user