We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9a353 commit 5aafcbbCopy full SHA for 5aafcbb
plugwise_usb/helpers/util.py
@@ -19,7 +19,7 @@ def validate_mac(mac: str) -> bool:
19
return False
20
except TypeError:
21
22
-
+
23
try:
24
_ = int(mac, 16)
25
except ValueError:
0 commit comments