
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
평점 9.59를 이용해서 찾는 방법을 알고 싶은데 아래와 같이 하면 왜 안될까요..?

작성한 코드 및 에러 메세지
from pymongo import MongoClient
client = MongoClient('mongodb+srv://sparta:test@cluster0.w6bpo9l.mongodb.net/?retryWrites=true&w=majority')
db = client.dbsparta
all = list(db.movies.find({'star':9.59},{'_id':False}))
print(all)
