forked from platypush/platypush
Fixed typo in schema path
This commit is contained in:
parent
1d78c3e753
commit
fed7c2c6ff
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class TtsMimic3Plugin(TtsPlugin):
|
|||
List the voices available on the server.
|
||||
|
||||
:param server_url: Default ``server_url`` override.
|
||||
:return: .. schema:: tts.mimi3.Mimic3VoiceSchema(many=True)
|
||||
:return: .. schema:: tts.mimic3.Mimic3VoiceSchema(many=True)
|
||||
"""
|
||||
server_url = server_url or self.server_url
|
||||
rs = requests.get(urljoin(server_url, '/api/voices'))
|
||||
|
|
Loading…
Reference in a new issue