🐛[bugfix] controller: offline時の処理でエラーになる問題を修正

This commit is contained in:
misyaguziya
2025-02-07 10:34:29 +09:00
parent 78d79f4a54
commit 07723d495a
2 changed files with 29 additions and 23 deletions

View File

@@ -9,7 +9,6 @@ from utils import printLog, printResponse, errorLogging, encodeBase64
run_mapping = {
"connected_network":"/run/connected_network",
"disconnected_network":"/run/disconnected_network",
"transcription_mic":"/run/transcription_send_mic_message",
"transcription_speaker":"/run/transcription_receive_speaker_message",