Skip to content

Commit 14ae468

Browse files
committed
fix: remove extraneous spaces in record_audio dict key
1 parent 0c19deb commit 14ae468

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tabs/realtime/realtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ def start_realtime(
550550
"clean_audio": clean_audio,
551551
"clean_strength": clean_strength,
552552
"post_process": post_process,
553-
" record_audio": record_audio,
553+
"record_audio": record_audio,
554554
"record_audio_path": record_audio_path,
555555
"export_format": export_format,
556556
"kwargs": {

0 commit comments

Comments
 (0)