Ankush05 commited on
Commit
dfca723
·
1 Parent(s): 41ff2db

new updates

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,6 +7,6 @@ client = MongoClient(uri, tlsCertificateKeyFile = "database/cert.pem")
7
  db = client["Testing"]
8
  col = db["new"]
9
 
10
- xyz = {"This is new code6"}
11
  col.insert_one(xyz)
12
 
 
7
  db = client["Testing"]
8
  col = db["new"]
9
 
10
+ xyz = {"This is new code678"}
11
  col.insert_one(xyz)
12