Files
Responder/tools/MultiRelay/RelayMultiPackets.py
HexPandaa 3d9147f36c Compare strings with == instead of is
`==` should be used when comparing values, `is` should be used to compare identities.
Modern versions of Python throw a SyntaxWarning.
2021-04-02 17:04:36 +02:00

52 KiB