mirror of
https://gitlab.com/gpvkt/twitchtts.git
synced 2025-04-09 05:12:28 +02:00
typo fixed
This commit is contained in:
parent
51a36b2a1b
commit
99d9209299
1 changed files with 1 additions and 1 deletions
2
tts.py
2
tts.py
|
@ -734,7 +734,7 @@ class IRC:
|
|||
converted_picks = [str(element) for element in picks]
|
||||
joined_picks = " ".join(converted_picks)
|
||||
except: # pylint: disable=bare-except
|
||||
logging.error("There was an eroor during picking.")
|
||||
logging.error("There was an error during picking.")
|
||||
joined_picks = False
|
||||
|
||||
if joined_picks:
|
||||
|
|
Loading…
Add table
Reference in a new issue