继续修复启动失败问题

This commit is contained in:
涵曦 2024-05-30 14:42:12 +00:00
parent a663bb330e
commit 7884a5769f

View File

@ -154,7 +154,7 @@ class XiaoMusic:
self.device_id = h.get("deviceID") self.device_id = h.get("deviceID")
break break
else: else:
raise Exception( self.log.error(
f"we have no hardware: {self.config.hardware} please use `micli mina` to check" f"we have no hardware: {self.config.hardware} please use `micli mina` to check"
) )