mirror of
https://github.com/lgandx/Responder.git
synced 2026-01-01 04:19:03 +00:00
`==` should be used when comparing values, `is` should be used to compare identities. Modern versions of Python throw a SyntaxWarning.
`==` should be used when comparing values, `is` should be used to compare identities. Modern versions of Python throw a SyntaxWarning.