neelkapadia / WolfPlanner

SE Project
MIT License
2 stars 4 forks source link

Doubt about a section in db_retrieve #17

Closed philomathic-guy closed 6 years ago

philomathic-guy commented 6 years ago

Did not understand the reason behind the following part of db_retrieve - https://github.com/neelkapadia/WolfPlanner/blob/f40ef3dcad9c3c30e4e6bad2d3f7ca34294b0493/scripts/db_scripts.py#L77-L80 query = json.dumps({ '_id': id }) query = json.loads(query)

Can you please explain?

philomathic-guy commented 6 years ago

@neelkapadia