Fixed broken capture target

This commit is contained in:
jtc42 2020-01-24 15:39:44 +00:00
parent 61c357d0f1
commit dfbef9c354

View file

@ -23,7 +23,7 @@ class MockStage(BaseStage):
"position": self.position_map, "position": self.position_map,
"board": None, "board": None,
"firmware": None, "firmware": None,
"version": None "version": None,
} }
return status return status