RivaSTTService: remove reset_watchdog, which is handled in the WatchdogQueue already

This commit is contained in:
Mark Backman
2025-07-08 10:38:23 -07:00
parent 5156c21d14
commit b55b9c257b
2 changed files with 3 additions and 1 deletions

View File

@@ -279,7 +279,6 @@ class RivaSTTService(STTService):
streaming_config=self._config,
)
for response in responses:
self.reset_watchdog()
if not response.results:
continue
asyncio.run_coroutine_threadsafe(