Nó phải là:
from pymongo.objectid import ObjectId
thing = db.things.find_one({'_id': ObjectId('4ea113d6b684853c8e000001') })
CHỈNH SỬA:Lần nhập hiện tại là:from bson.objectid import ObjectId
Nó phải là:
from pymongo.objectid import ObjectId
thing = db.things.find_one({'_id': ObjectId('4ea113d6b684853c8e000001') })
CHỈNH SỬA:Lần nhập hiện tại là:from bson.objectid import ObjectId