You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./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
The text was updated successfully, but these errors were encountered:
PLease fix this deprecation warning:
The text was updated successfully, but these errors were encountered: