From 230ae908a0eec3d97a64c12a17cb5ba0cf319379 Mon Sep 17 00:00:00 2001 From: VectorAICreations <168691883+VectorAICreations@users.noreply.github.com> Date: Sun, 25 May 2025 15:38:12 -0300 Subject: [PATCH] Update development.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrige erro de parêntese não casado em development.py --- api/src/routers/development.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/src/routers/development.py b/api/src/routers/development.py index dc21c96..6f94a59 100644 --- a/api/src/routers/development.py +++ b/api/src/routers/development.py @@ -226,8 +226,6 @@ async def create_captioned_speech( # Add any chunks that may be in the acumulator into the return word_timestamps if chunk_data.word_timestamps is not None: chunk_data.word_timestamps = (timestamp_acumulator or []) + (chunk_data.word_timestamps or []) - - ) timestamp_acumulator = [] else: chunk_data.word_timestamps = []