diff --git a/src/pipecat/services/rime.py b/src/pipecat/services/rime.py index b05fe5441..0210f8de6 100644 --- a/src/pipecat/services/rime.py +++ b/src/pipecat/services/rime.py @@ -232,7 +232,7 @@ class RimeTTSService(WordTTSService, WebsocketService): List of (word, timestamp) pairs with proper timing. """ word_pairs = [] - for i, (word, start_time, end_time) in enumerate(zip(words, starts, ends)): + for i, (word, start_time, _) in enumerate(zip(words, starts, ends)): if not word.strip(): continue