duplicate-images icon indicating copy to clipboard operation
duplicate-images copied to clipboard

Fix count function deprecation warning

Open PanderMusubi opened this issue 4 years ago • 0 comments

PLease fix this deprecation warning:

./duplicate_finder.py:175: DeprecationWarning: count is deprecated. Use estimated_document_count or count_documents instead. Please note that $where must be replaced by $expr, $near must be replaced by $geoWithin with $center, and $nearSphere must be replaced by $geoWithin with $centerSphere
  return db.count({"_id": file}) > 0

PanderMusubi avatar Oct 05 '21 13:10 PanderMusubi