mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-08 11:11:38 -07:00
FIX: lowercase MAC normalization across project v0.1
Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
@@ -179,7 +179,7 @@ def guess_device_attributes(
|
||||
|
||||
# # Internet shortcut
|
||||
# if mac == "INTERNET":
|
||||
# return ICONS.get("globe", default_icon), DEVICE_TYPES.get("Internet", default_type)
|
||||
# return ICONS.get("globe", default_icon), DEVICE_TYPES.get("internet", default_type)
|
||||
|
||||
type_ = None
|
||||
icon = None
|
||||
|
||||
Reference in New Issue
Block a user