Skip to content

Commit

Permalink
Fix: FFMPEG check not being called
Browse files Browse the repository at this point in the history
Resolves Puyodead1#23
  • Loading branch information
Puyodead1 authored May 30, 2021
1 parent 7a77a52 commit 60addf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1467,7 +1467,7 @@ def course_info(course_data):
print("> Aria2c is missing from your system or path!")
sys.exit(1)

ffmpeg_ret_val = check_for_aria()
ffmpeg_ret_val = check_for_ffmpeg()
if not ffmpeg_ret_val:
print("> FFMPEG is missing from your system or path!")
sys.exit(1)
Expand Down

0 comments on commit 60addf5

Please sign in to comment.