Files
Responder/tools/MultiRelay/RelayMultiCore.py
HexPandaa f4c11111a7 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:03:56 +02:00

93 KiB