https://github.com/netioproducts/python-netio-discover/blob/568592e7917b11939f58731a458443e678ed187c/NetioDiscover.py#L55 `is not` should not be used with literal. Use `==` see https://bugs.python.org/issue34850 for more
python-netio-discover/NetioDiscover.py
Line 55 in 568592e
is notshould not be used with literal. Use==see https://bugs.python.org/issue34850 for more