cfg json bullcrap

This commit is contained in:
2025-01-28 17:41:50 -06:00
parent 63e79c5a4c
commit 4afc4b3ad0
19 changed files with 26 additions and 24 deletions

View File

@@ -15,8 +15,8 @@ with open("conf.json", "r") as file:
l = logging.getLogger(__name__)
coloredlogs.install()
MCAST_GRP = cfg[multicastGroup]
MCAST_IF = cfg[multicastIf]
MCAST_GRP = cfg["multicastGroup"]
MCAST_IF = cfg["multicastIf"]
BUF_SIZE = 1396
MULTICAST_TTL = 2