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")