Skip to content

Commit

Permalink
♻️(backend) rename transcript util
Browse files Browse the repository at this point in the history
Renaming transcript util to ease patching.
  • Loading branch information
kernicPanel committed Sep 18, 2024
1 parent 8a0f7e5 commit c9d8dd6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/backend/marsha/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ class Base(Configuration):

# The callback path to a function that will be called when a transcription ends
TRANSCRIPTION_ENDED_CALLBACK_PATH = (
"marsha.core.utils.transcript.transcription_ended_callback"
"marsha.core.utils.transcript_utils.transcription_ended_callback"
)

# Timeout for the transcription video source
Expand Down

0 comments on commit c9d8dd6

Please sign in to comment.