erro handling tecna t3 sim ok tbt on production
This commit is contained in:
parent
e28a0aa46c
commit
99a2e07195
|
|
@ -121,7 +121,7 @@ try:
|
||||||
"fixture_id": {"c": RFID_PN532, "k": {"paused": False, "lazy": False}},
|
"fixture_id": {"c": RFID_PN532, "k": {"paused": False, "lazy": False}},
|
||||||
}
|
}
|
||||||
# VISION COMPONENT IS OPTIONAL AND DISABLED BY DEFAULT
|
# VISION COMPONENT IS OPTIONAL AND DISABLED BY DEFAULT
|
||||||
if self.config["hardware_config"]["vision"]== "present":
|
if "--vision" in sys.argv:
|
||||||
# merge dicts
|
# merge dicts
|
||||||
self.components_specs = {**self.components_specs,
|
self.components_specs = {**self.components_specs,
|
||||||
**{
|
**{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user