We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2758b7 commit 6cd20b5Copy full SHA for 6cd20b5
connect_box/__init__.py
@@ -25,7 +25,7 @@ class Device:
25
26
mac: str = attr.ib()
27
hostname: str = attr.ib(cmp=False)
28
- ip: Union[IPv4Address, IPv6Address] = attr.ib(cmp=False, factory=convert_ip)
+ ip: Union[IPv4Address, IPv6Address] = attr.ib(cmp=False, convert=convert_ip)
29
30
31
class ConnectBox:
0 commit comments