Skip to content

Commit

Permalink
Merge pull request #9 from semenchenkoartem/patch-1
Browse files Browse the repository at this point in the history
Update the function name
  • Loading branch information
CrypticSignal committed Feb 7, 2023
2 parents e1cf003 + b6aa432 commit 572fe8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion better_ffmpeg_progress/better_ffmpeg_progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def run(self, progress_handler=None, ffmpeg_output_file=None, success_handler=No
progress_bar.close()
print(f"Done! To see FFmpeg's output, check out {ffmpeg_output_file}")
if success_handler:
process_complete_handler()
success_handler()

except KeyboardInterrupt:
progress_bar.close()
Expand Down

0 comments on commit 572fe8a

Please sign in to comment.