Files
Responder/tools/MultiRelay.py
HexPandaa 51f176633e Compare values 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:10:17 +02:00

39 KiB
Executable File