From 2cea8c678c6016e5c1e3c5b143139c9e8b836dc7 Mon Sep 17 00:00:00 2001 From: uhi22 Date: Sat, 15 Apr 2023 20:58:18 +0200 Subject: [PATCH] fix: import configmodule in addressManager --- addressManager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/addressManager.py b/addressManager.py index 7369a02..2cdbe2b 100644 --- a/addressManager.py +++ b/addressManager.py @@ -8,6 +8,7 @@ import subprocess import os import sys from helpers import * # prettyMac etc +from configmodule import getConfigValue, getConfigValueBool MAC_LAPTOP = [0xdc, 0x0e, 0xa1, 0x11, 0x67, 0x08 ] # Win10 laptop #MAC_RANDOM = [0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff ]