From af241ca42c7be516ba54fb44264eff790e39a1c5 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Tue, 2 Feb 2021 16:39:06 -0600 Subject: [PATCH] Make CLI chapter errors report more noticable. --- fanficfare/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fanficfare/cli.py b/fanficfare/cli.py index 8d1a15de..aa790251 100644 --- a/fanficfare/cli.py +++ b/fanficfare/cli.py @@ -495,7 +495,7 @@ def do_download(arg, print(json.dumps(metadata, sort_keys=True, indent=2, separators=(',', ':'))) if adapter.story.chapter_error_count > 0: - print("%s chapters errored downloading %s"%(adapter.story.chapter_error_count, + print("===================\n!!!! %s chapters errored downloading %s !!!!\n==================="%(adapter.story.chapter_error_count, url)) del adapter