Deema commited on
Commit
f01c4ff
1 Parent(s): 72c5fb7

Update database.py

Browse files
Files changed (1) hide show
  1. database.py +1 -1
database.py CHANGED
@@ -18,7 +18,7 @@ password = quote_plus(os.environ['pw'])
18
 
19
  from pymongo.mongo_client import MongoClient
20
 
21
- uri = f"mongodb+srv://deema:{password}@cluster0.tzvxqk3.mongodb.net/?retryWrites=true&w=majority"
22
 
23
  # Create a new client and connect to the server
24
  client = MongoClient(uri)
 
18
 
19
  from pymongo.mongo_client import MongoClient
20
 
21
+ uri = f"mongodb+srv://deemaa2:{password}@cluster0.tzvxqk3.mongodb.net/?retryWrites=true&w=majority"
22
 
23
  # Create a new client and connect to the server
24
  client = MongoClient(uri)