質問編集履歴
1
ソースミス
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
|
```
|