dejavu icon indicating copy to clipboard operation
dejavu copied to clipboard

Use matching_count instead of dedup_hashes

Open nykim11 opened this issue 4 years ago • 0 comments

I change hashes_matched variable to fix a bug that I mentioned in #242 .

This change make dedup_hashes: Dict[str, int] argument of the function (in line 175) not used, but I did not delete it for now.

nykim11 avatar Jul 28 '20 14:07 nykim11