Attribution for metadata provider on command line
This commit is contained in:
parent
30f1db1c73
commit
c583f63c8c
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user