79443063

Date: 2025-02-16 11:41:36
Score: 0.5
Natty:
Report link
try:
  query_result = Users.query('johndoe22').next() # First result since query by hash_key is unique
  post_id = query_result.post_id
except StopIteration:
  post_id = None
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Muhammad Ikhwan Perwira