Skip to content

Commit aca6dc6

Browse files
authored
Update http.py
1 parent dd06936 commit aca6dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vvclient/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ async def core_versions(self) -> List[str]:
6262
async def initialize_speaker(self, params: Dict[str, Union[str, int]]) -> None:
6363
return await self.request(Route("POST", "/initialize_speaker"), params=params)
6464

65-
async def is_initialized_speaker(self, params: Dict[str, Union[str, int]) -> bool:
65+
async def is_initialized_speaker(self, params: Dict[str, Union[str, int]]) -> bool:
6666
return await self.request(Route("GET", "/is_initialized_speaker"), params=params)

0 commit comments

Comments
 (0)