adafruit / Adafruit_CircuitPython_Wiznet5k

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

Attribute Error initializing in latest versions #141

Closed FoamyGuy closed 4 months ago

FoamyGuy commented 7 months ago

134 changed the type of error that was caught. But it seems now the library fails it's initialization.

code.py output:
Traceback (most recent call last):
  File "code.py", line 25, in <module>
  File "/lib/adafruit_wiznet5k/adafruit_wiznet5k.py", line 246, in __init__
  File "/lib/adafruit_wiznet5k/adafruit_wiznet5k.py", line 390, in mac_address
AttributeError: 'tuple' object has no attribute 'split'

Code done running.
FoamyGuy commented 4 months ago

resolved by #125