dejavu
dejavu copied to clipboard
Use matching_count instead of dedup_hashes
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.