fix: import configmodule in addressManager

This commit is contained in:
uhi22 2023-04-15 20:58:18 +02:00
parent 658beda580
commit 2cea8c678c

View file

@ -8,6 +8,7 @@ import subprocess
import os import os
import sys import sys
from helpers import * # prettyMac etc from helpers import * # prettyMac etc
from configmodule import getConfigValue, getConfigValueBool
MAC_LAPTOP = [0xdc, 0x0e, 0xa1, 0x11, 0x67, 0x08 ] # Win10 laptop MAC_LAPTOP = [0xdc, 0x0e, 0xa1, 0x11, 0x67, 0x08 ] # Win10 laptop
#MAC_RANDOM = [0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff ] #MAC_RANDOM = [0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff ]