Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
t41372 committed Sep 3, 2024
2 parents 73317b7 + 033639e commit d3ee339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ def consumer_worker():
interrupted_error_event.set()
return # Exit the function
except Exception as e:
print(f"Consumer error: Error playing sentence '{audio_info["sentence"]}'.\n {e}")
print(f"Consumer error: Error playing sentence '{audio_info['sentence']}'.\n {e}")
continue

producer_thread = threading.Thread(target=producer_worker)
Expand Down

0 comments on commit d3ee339

Please sign in to comment.