coolbho3k / manuf

Parser library for Wireshark's OUI database.
Other
120 stars 36 forks source link

SyntaxWarning #26

Closed tristanlatr closed 2 years ago

tristanlatr commented 4 years ago

$ manuf -h
/usr/lib/python3.8/site-packages/manuf/manuf.py:147: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if response.code is 200:
/usr/lib/python3.8/site-packages/manuf/manuf.py:167: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if response.code is 200:

From https://github.com/daniel-leicht/manuf-ng/issues/4