We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbf61d1 + fb4b96b commit 3ffe0f6Copy full SHA for 3ffe0f6
source/motor.txt
@@ -56,7 +56,7 @@ Connect to MongoDB Atlas
56
57
import motor
58
59
- client = client = motor.motor_tornado.MotorClient(
+ client = motor.motor_tornado.MotorClient(
60
"mongodb+srv://<username>:<password>@<cluster-url>/test?retryWrites=true&w=majority")
61
db = client.test
62
0 commit comments