Skip to content

Commit

Permalink
Merge pull request #48 from ryunix/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna2134 authored Sep 16, 2023
2 parents 3be8164 + 2095071 commit 9d9ca87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voicevox/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async def __aexit__(self, *args) -> None:
await self.close()

async def create_audio_query(
self, text: int, speaker: int, *, core_version: Optional[str] = None
self, text: str, speaker: int, *, core_version: Optional[str] = None
) -> AudioQuery:
"""Create audio query
Expand Down

0 comments on commit 9d9ca87

Please sign in to comment.