Skip to content

Commit

Permalink
fix -l to -e in extract duration error
Browse files Browse the repository at this point in the history
  • Loading branch information
AsaadMe committed Apr 3, 2021
1 parent 98b2a58 commit 1b1cece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moviecolor/moviecolor.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def get_video_duration(self):
except:
print(
"""ERROR: can't extract duration of the video,
please specify it by '-l' option.""")
please specify it by '-e' option.""")
sys.exit()

return duration
Expand Down

0 comments on commit 1b1cece

Please sign in to comment.