adafruit / Adafruit_CircuitPython_Wiznet5k

Pure-Python interface for WIZNET 5k Ethernet modules
Other
15 stars 35 forks source link

Correct error raised by bytes MAC address #134

Closed AdamCummick closed 8 months ago

AdamCummick commented 8 months ago

Error should have been a TypeError not an AttributeError when passing in a bytes formatted MAC address.