We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7b386 commit c2019f6Copy full SHA for c2019f6
1 file changed
utils/timecodes.py
@@ -76,7 +76,7 @@ def _fmt_short(seconds: float) -> str:
76
77
78
def format_txt(segments: List[Dict[str, Any]]) -> str:
79
- return "\n".join(f"[{_fmt_short(seg['start'])}] {seg['text']}" for seg in segments)
+ return "\n\n".join(f"[{_fmt_short(seg['start'])}] {seg['text']}" for seg in segments)
80
81
82
def format_srt(segments: List[Dict[str, Any]]) -> str:
0 commit comments