fix: schema failure

This commit is contained in:
Pedro-Roque 2026-03-12 15:07:09 -07:00
parent 23613e7e4a
commit 71807c93d8
2 changed files with 3 additions and 3 deletions

View File

@ -146,8 +146,8 @@ whitelist_topics = set()
if args.whitelist_file and os.path.exists(args.whitelist_file):
with open(args.whitelist_file, 'r') as f:
whitelist_data = yaml.safe_load(f)
if whitelist_data and 'whitelist' in whitelist_data:
whitelist_topics = set(whitelist_data['whitelist'])
if whitelist_data and '__whitelist' in whitelist_data:
whitelist_topics = set(whitelist_data['__whitelist'])
merged_em_globals['whitelist_topics'] = whitelist_topics

View File

@ -1,2 +1,2 @@
whitelist:
__whitelist:
- vehicle_command