services: super should be super()
This commit is contained in:
@@ -260,7 +260,7 @@ class AsyncTTSService(TTSService):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
async def say(self, text: str):
|
async def say(self, text: str):
|
||||||
await super.say(text)
|
await super().say(text)
|
||||||
await self.flush_audio()
|
await self.flush_audio()
|
||||||
|
|
||||||
async def start(self, frame: StartFrame):
|
async def start(self, frame: StartFrame):
|
||||||
|
|||||||
Reference in New Issue
Block a user