modify mqtt_handler.py change a warning url

This commit is contained in:
HycJack
2026-06-25 11:23:41 +08:00
parent 33267aab87
commit 10c43a5338

View File

@@ -467,7 +467,7 @@ class TalkingQMQTTService:
"status": "success", "status": "success",
"type": 0, "type": 0,
"params": { "params": {
"url": f"http://{settings.server_host}:{settings.server_port}/assets/audio/message_ok.mp3" "url": f"http://{settings.server_host}:{settings.server_port}/assets/roles/banban/warn_parent_zh.mp3"
}, },
}, },
) )