Skip to content

Commit

Permalink
fix: 日志代码写错
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Jul 7, 2024
1 parent 5092ffc commit 7a44c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xiaomusic/xiaomusic.py
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ def match_cmd(self, query, ctrl_panel):
opvalue = self.config.key_word_dict.get(opkey)
if not ctrl_panel and not self.isplaying():
if self.active_cmd and opvalue not in self.active_cmd:
self.log.ifno(f"不在激活命令中 {opvalue}")
self.log.info(f"不在激活命令中 {opvalue}")
continue
self.log.info(f"匹配到指令. opkey:{opkey} opvalue:{opvalue} oparg:{oparg}")
return (opvalue, oparg)
Expand Down

0 comments on commit 7a44c85

Please sign in to comment.