update message

This commit is contained in:
Karl Hudgell 2023-08-08 15:44:12 +01:00
parent 02fa241ec6
commit 475466617d

View File

@ -112,7 +112,7 @@ def gogodownloader(config):
).print_error()
elif episode_end < episode_start:
CustomMessage(
f"{ERR}episode_end cannot be less than or equal to episode_start"
f"{ERR}episode_end cannot be less than episode_start"
).print_error()
else:
break