Skip to content

Commit

Permalink
Update mongo_connect.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HuyNguyenDinh authored Oct 14, 2023
1 parent 7efc4ac commit 95b24f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion market/mongo_connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import random
import string

client = pymongo.MongoClient("mongodb+srv://huy:0937461321Huy@nightowl.wnrttr4.mongodb.net/?retryWrites=true&w=majority", server_api=ServerApi('1'))
client = pymongo.MongoClient("mongodb+srv://huy:password@nightowl.wnrttr4.mongodb.net/?retryWrites=true&w=majority", server_api=ServerApi('1'))
db_payment = client.payment
db_code = client.code

Expand Down

0 comments on commit 95b24f8

Please sign in to comment.