Fixed broken capture target
This commit is contained in:
parent
61c357d0f1
commit
dfbef9c354
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue