hotfix/server: fix crash

This commit is contained in:
2023-11-02 20:12:57 +01:00
parent aee959369f
commit 6f3e3741e7

View File

@@ -132,7 +132,7 @@ class GetTranscriptTopic(BaseModel):
text = topic.transcript text = topic.transcript
segments = [ segments = [
GetTranscriptSegmentTopic( GetTranscriptSegmentTopic(
text=topic.text, text=topic.transcript,
start=topic.timestamp, start=topic.timestamp,
speaker=0, speaker=0,
) )