mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-03 14:43:29 +01:00
Make CLI chapter errors report more noticable.
This commit is contained in:
parent
0b9b066c18
commit
af241ca42c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue