Skip to content

Commit

Permalink
style: Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChV committed Jan 15, 2025
1 parent a723e96 commit 1c2a575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmodule/video_block/transcripts_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ def get_transcript_from_contentstore(video, language, output_format, transcripts
try:
input_format, base_name, transcript_content = get_transcript_for_video(
video.location,
subs_id=sub_id,
subs_id=None,
file_name=other_languages['en'],
language=language
)
Expand Down

0 comments on commit 1c2a575

Please sign in to comment.