Attribution for metadata provider on command line

This commit is contained in:
Mizaki 2023-05-14 23:39:23 +01:00
parent 30f1db1c73
commit c583f63c8c
2 changed files with 3 additions and 1 deletions

View File

@ -82,6 +82,8 @@ 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:

View File

@ -397,7 +397,7 @@ class IssueIdentifier:
self.log_msg("Not enough info for a search!")
return []
self.log_msg("Going to search for:")
self.log_msg(f"Using {self.talker.name} to search for:")
self.log_msg("\tSeries: " + keys["series"])
self.log_msg("\tIssue: " + keys["issue_number"])
if keys["issue_count"] is not None: