From fa40880c05d561e0478d5da7599bd87524bf93c3 Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Fri, 30 Jan 2026 09:48:08 +1100 Subject: [PATCH] heuristics fix Signed-off-by: jokob-sk --- server/scan/device_heuristics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/scan/device_heuristics.py b/server/scan/device_heuristics.py index 2fda4ff4..afce2f72 100755 --- a/server/scan/device_heuristics.py +++ b/server/scan/device_heuristics.py @@ -5,7 +5,7 @@ import base64 from pathlib import Path from typing import Optional, Tuple from logger import mylog -from helpers import is_random_mac +from helper import is_random_mac # Register NetAlertX directories INSTALL_PATH = os.getenv("NETALERTX_APP", "/app")