diff --git a/comic_dl/comic_dl.py b/comic_dl/comic_dl.py index bb68a48..0445eef 100644 --- a/comic_dl/comic_dl.py +++ b/comic_dl/comic_dl.py @@ -165,9 +165,8 @@ def __init__(self, argv): sys.exit() if args.input is None: - if not str(args.search).strip(): - print("I need an Input URL to download from.") - print("Run the script with --help to see more information.") + print("I need an Input URL to download from.") + print("Run the script with --help to see more information.") else: print_index = False manual_cookie = None