mirror of
https://github.com/rany2/edge-tts
synced 2024-11-22 01:45:02 +00:00
Fix comment in communicate.py
Inconsistent usage of tabs and spaces. Signed-off-by: rany2 <rany2@riseup.net>
This commit is contained in:
parent
5f27018c87
commit
453a096c54
@ -248,7 +248,7 @@ class Communicate:
|
|||||||
# Possible values for voice are:
|
# Possible values for voice are:
|
||||||
# - Microsoft Server Speech Text to Speech Voice (cy-GB, NiaNeural)
|
# - Microsoft Server Speech Text to Speech Voice (cy-GB, NiaNeural)
|
||||||
# - cy-GB-NiaNeural
|
# - cy-GB-NiaNeural
|
||||||
# - fil-PH-AngeloNeural
|
# - fil-PH-AngeloNeural
|
||||||
# Always send the first variant as that is what Microsoft Edge does.
|
# Always send the first variant as that is what Microsoft Edge does.
|
||||||
if not isinstance(voice, str):
|
if not isinstance(voice, str):
|
||||||
raise TypeError("voice must be str")
|
raise TypeError("voice must be str")
|
||||||
|
Loading…
Reference in New Issue
Block a user