mirror of https://gitlab.com/gpvkt/twitchtts.git
typo fixed
This commit is contained in:
parent
01d4ca72e9
commit
423a0a4493
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…
Reference in New Issue