Skip to content

Commit

Permalink
Merge pull request #41 from Nakanishi123/main
Browse files Browse the repository at this point in the history
fix: args
  • Loading branch information
tuna2134 authored Aug 17, 2023
2 parents e05b0e1 + dba6244 commit 4f64fb9
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 @@ -90,7 +90,7 @@ async def create_audio_query_from_preset(
if core_version is not None:
params["core_version"] = core_version
audio_query = await self.http.create_audio_query_from_preset(params)
return AudioQuery(self, audio_query, preset_id)
return AudioQuery(self.http, audio_query)

async def fetch_engine_version(self) -> str:
"""Fetch engine version
Expand Down

0 comments on commit 4f64fb9

Please sign in to comment.