Skip to content

Commit

Permalink
Update car_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
temitayoaderounmu authored Feb 29, 2024
1 parent cad8964 commit de86892
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions models/car_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
import pymongo
# MongoDB Atlas connection string
# Replace '<your_connection_string>' with your actual connection string
#connection_string = '<your_connection_string>'
connection_string = 'mongodb+srv://python:[email protected]/auth?retryWrites=true&w=majority'
connection_string = '<your_connection_string>'

try:
# Connect to MongoDB Atlas
Expand Down

1 comment on commit de86892

@vercel
Copy link

@vercel vercel bot commented on de86892 Feb 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

seniordesign – ./

seniordesign-git-main-lryanle.vercel.app
smare.vercel.app
smare.lryanle.com
seniordesign-lryanle.vercel.app

Please sign in to comment.