質問編集履歴

1

ソースミス

2020/10/10 13:08

投稿

taiki9121
taiki9121

スコア18

test CHANGED
File without changes
test CHANGED
@@ -22,6 +22,8 @@
22
22
 
23
23
  for id in df.index:
24
24
 
25
+ d[id]["updatedAt"] = now
26
+
25
27
  db.collection.update_one(filter={"id": id}, update={"$set": d[id]})
26
28
 
27
29
  ```