Skip to content

Commit

Permalink
Updated API key to remove Security Risk
Browse files Browse the repository at this point in the history
  • Loading branch information
ruwzeta committed Sep 13, 2023
1 parent 6b4d0c5 commit 439e86f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PyScripts/MongoDB.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from pymongo.mongo_client import MongoClient
from pymongo.server_api import ServerApi
uri = "mongodb+srv://ruwindhu123:hM3PL1jFnuV7ZBl3@nba2023.hxrsjnm.mongodb.net/?retryWrites=true&w=majority"
uri = "*******"
# Create a new client and connect to the server
client = MongoClient(uri, server_api=ServerApi('1'))
# Send a ping to confirm a successful connection
Expand Down
2 changes: 1 addition & 1 deletion notebooks/ExploDataAnalysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"\n",
"\n",
"\n",
"df = pd.read_csv('player_mvp_stats.csv')"
"df = pd.read_csv('../datafiles/player_mvp_stats.csv')"
]
},
{
Expand Down

0 comments on commit 439e86f

Please sign in to comment.