From 062f64e473d6bc582b6babd62a8328c48b0dac26 Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 1 Jul 2022 15:59:17 -0400 Subject: [PATCH] chore: fixed typo --- TTS/streamlabs_polly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTS/streamlabs_polly.py b/TTS/streamlabs_polly.py index 500cb16..4e2f56f 100644 --- a/TTS/streamlabs_polly.py +++ b/TTS/streamlabs_polly.py @@ -47,7 +47,7 @@ class StreamlabsPolly: with open(filepath, "wb") as f: f.write(voice_data.content) except (KeyError, JSONDecodeError): - print("Error occured calling Streamlabs Polly") + print("Error occurred calling Streamlabs Polly") def randomvoice(self): return random.choice(self.voices)