issue found and fixed
This commit is contained in:
@ -49,10 +49,8 @@ try:
|
||||
context['boxes'] = boxes
|
||||
|
||||
# add context dict to each box in the list
|
||||
for box_name, config in boxes.items():
|
||||
for _, config in boxes.items():
|
||||
config['context'] = {}
|
||||
|
||||
logger.info(f"{boxes=}")
|
||||
except json.JSONDecodeError as e:
|
||||
logger.error(f"Error parsing JSON configuration for boxes: {e}")
|
||||
sys.exit(1)
|
||||
|
Reference in New Issue
Block a user