Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 30, 2024
1 parent 3f0b13b commit 2b8ed48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/transcripter/core/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,10 @@ <h2 id="args">Args</h2>
video_chunks[video_id].add(chunk_info)

return {
video_id: {&#34;chunk_count&#34;: len(chunks), &#34;chunks&#34;: sorted(list(chunks))}
video_id: {
&#34;chunk_count&#34;: len(chunks),
&#34;chunks&#34;: sorted(list(chunks)),
}
for video_id, chunks in video_chunks.items()
}

Expand Down
5 changes: 4 additions & 1 deletion docs/transcripter/core/redis_manager.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,10 @@ <h2 id="args">Args</h2>
video_chunks[video_id].add(chunk_info)

return {
video_id: {&#34;chunk_count&#34;: len(chunks), &#34;chunks&#34;: sorted(list(chunks))}
video_id: {
&#34;chunk_count&#34;: len(chunks),
&#34;chunks&#34;: sorted(list(chunks)),
}
for video_id, chunks in video_chunks.items()
}

Expand Down

0 comments on commit 2b8ed48

Please sign in to comment.