Ankush05 commited on
Commit
abb562b
·
1 Parent(s): 9ee08c1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ db = client["testing"]
8
  col = db["new"]
9
 
10
 
11
- xyz = "This is new code"
12
  col.insert_one(xyz)
13
 
14
 
 
8
  col = db["new"]
9
 
10
 
11
+ xyz = { "message":"This is new code"}
12
  col.insert_one(xyz)
13
 
14