79630982

Date: 2025-05-20 18:34:55
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("1")

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