79630664

Date: 2025-05-20 14:40:29
Score: 1
Natty:
Report link

Your id used Integer, because of that your Usr.id is defined as an Integer, and because you are trying to compare it to a string.

Snippet:

Usr.id == int("test") #<--- Use int

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