79628576

Date: 2025-05-19 10:47:52
Score: 1.5
Natty:
Report link

user_id= user["_id"]

string_user_id = str(agent_id)

Again convert it to ObjectId

from bson import ObjectId

ObjectId(string_user_id )

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: DistinguishedGentleman