Skip to content

Commit

Permalink
Update 31_july_pandas_task_fitbit.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
skprasad117 committed Sep 24, 2022
1 parent 777acbb commit d003e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Task_10/31_july_pandas_task_fitbit.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"outputs": [],
"source": [
"# establishing connection with mongodb\n",
"client = pymongo.MongoClient(\"its a secret"\)\n",
"client = pymongo.MongoClient(\"mongodb+srv://sanjay:[email protected]/?retryWrites=true&w=majority\")\n",
"db = client.test"
]
},
Expand Down

0 comments on commit d003e62

Please sign in to comment.