diff --git a/comictaggerlib/cli.py b/comictaggerlib/cli.py index 33f63b7..96b1f35 100644 --- a/comictaggerlib/cli.py +++ b/comictaggerlib/cli.py @@ -82,8 +82,6 @@ class CLI: logger.info("dry-run option was set, so nothing was written, but here is the final set of tags:") print("dry-run option was set, so nothing was written, but here is the final set of tags:") print(f"{md}") - - print(f"Metadata provided by {self.current_talker().name} {self.current_talker().website}") return True def display_match_set_for_choice(self, label: str, match_set: MultipleMatch) -> None: @@ -186,6 +184,8 @@ class CLI: self.post_process_matches(match_results) + print(f"\nFiles tagged with metadata provided by {self.current_talker().name} {self.current_talker().website}") + def create_local_metadata(self, ca: ComicArchive) -> GenericMetadata: md = GenericMetadata() md.set_default_page_list(ca.get_number_of_pages())