Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix count function deprecation warning #84

Open
PanderMusubi opened this issue Oct 5, 2021 · 0 comments
Open

Fix count function deprecation warning #84

PanderMusubi opened this issue Oct 5, 2021 · 0 comments

Comments

@PanderMusubi
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant