Fixing merge conflict.
This commit is contained in:
@@ -397,8 +397,8 @@ class BaseInputTransport(FrameProcessor):
|
|||||||
if self._params.turn_analyzer:
|
if self._params.turn_analyzer:
|
||||||
self._params.turn_analyzer.clear()
|
self._params.turn_analyzer.clear()
|
||||||
await self._handle_user_interruption(UserStoppedSpeakingFrame())
|
await self._handle_user_interruption(UserStoppedSpeakingFrame())
|
||||||
|
finally:
|
||||||
self.reset_watchdog()
|
self.reset_watchdog()
|
||||||
|
|
||||||
async def _handle_prediction_result(self, result: MetricsData):
|
async def _handle_prediction_result(self, result: MetricsData):
|
||||||
"""Handle a prediction result event from the turn analyzer.
|
"""Handle a prediction result event from the turn analyzer.
|
||||||
|
|||||||
Reference in New Issue
Block a user