don't check already deleted cards
This commit is contained in:
parent
471f82e457
commit
a908af67cf
1 changed files with 12 additions and 11 deletions
|
@ -87,6 +87,7 @@ class FindDuplicateContacts:
|
|||
print(f"Contact {count} of {len(self.cards)}:\b")
|
||||
duplicated = False
|
||||
for checked_card in checked_cards:
|
||||
if checked_card['filename'] not in self.removed_cards:
|
||||
if self.are_same_dict(card['content'], checked_card['content']):
|
||||
duplicated = True
|
||||
self._log.info(
|
||||
|
|
Loading…
Reference in a new issue