
숙제 하는중인데 영상대로 하고 있습니다. 강의안 뒤져보기도 하고요
Traceback (most recent call last):
File "/Users/bagjeonghyeon/Desktop/sparta/project/homework/app.py", line 7, in <module>
client = MongoClient('mongodb+srv://test:sparta@cluster0.ad1oaqa.mongodb.net/Cluster0?retryWrites=true&w=majority', tlsCAFile=ca)
NameError: name 'ca' is not defined
Process finished with exit code 1
이런 에러가 발생합니다.. 왜그러죠?? certifi도 설치해줬는데
