erro handling tecna t3 sim ok tbt on production

This commit is contained in:
edo-neo 2025-02-05 11:39:15 +01:00
parent e28a0aa46c
commit 99a2e07195

View File

@ -121,7 +121,7 @@ try:
"fixture_id": {"c": RFID_PN532, "k": {"paused": False, "lazy": False}},
}
# VISION COMPONENT IS OPTIONAL AND DISABLED BY DEFAULT
if self.config["hardware_config"]["vision"]== "present":
if "--vision" in sys.argv:
# merge dicts
self.components_specs = {**self.components_specs,
**{