[bug] board
This commit is contained in:
parent
e1b066e179
commit
e5d3b39e6d
|
@ -482,7 +482,7 @@ class WebSocketClinet:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
elif item[0] == 'audio_json':
|
elif item[0] == 'audio_json':
|
||||||
data_type = item[0]['type']
|
data_type = item[1]['type']
|
||||||
print(f"data_type: {data_type}")
|
print(f"data_type: {data_type}")
|
||||||
if self.wakeup_event.is_set():
|
if self.wakeup_event.is_set():
|
||||||
if data_type == 'text':
|
if data_type == 'text':
|
||||||
|
|
Loading…
Reference in New Issue