Ankush05 commited on
Commit
8db5a51
·
1 Parent(s): dfca723
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from pymongo import Mongoclient
4
 
5
  uri = os.environ["MONGO_CONNECTION_STRING"]
6
  client = MongoClient(uri, tlsCertificateKeyFile = "database/cert.pem")
7
- db = client["Testing"]
8
  col = db["new"]
9
 
10
  xyz = {"This is new code678"}
 
4
 
5
  uri = os.environ["MONGO_CONNECTION_STRING"]
6
  client = MongoClient(uri, tlsCertificateKeyFile = "database/cert.pem")
7
+ db = client["testing"]
8
  col = db["new"]
9
 
10
  xyz = {"This is new code678"}