From 99a2e0719573ef85f157d6cacd87a0484b51149f Mon Sep 17 00:00:00 2001 From: edo-neo Date: Wed, 5 Feb 2025 11:39:15 +0100 Subject: [PATCH] erro handling tecna t3 sim ok tbt on production --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index e35ab2b..cbd2a54 100644 --- a/src/main.py +++ b/src/main.py @@ -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, **{