Skip to content

Commit e05b0e1

Browse files
authored
Show logging (#37)
1 parent 693a823 commit e05b0e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

voicevox/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ async def create_audio_query(
7777
if core_version is not None:
7878
params["core_version"] = core_version
7979
audio_query = await self.http.create_audio_query(params)
80+
logger.debug(audio_query)
8081
return AudioQuery(self.http, audio_query)
8182

8283
async def create_audio_query_from_preset(

0 commit comments

Comments
 (0)