Skip to content

Commit d3a75e1

Browse files
authored
Update multiple.rst
use consistent spacing
1 parent 6b3a901 commit d3a75e1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/source/tutorials/multiple.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ For example, if the first device is desirable from above use the following code:
4848
.. code-block:: python
4949
5050
found, device_info = depthai.Device.getDeviceByMxId("14442C10D13EABCE00")
51+
5152
if not found:
52-
raise RuntimeError("Device not found!")
53+
raise RuntimeError("Device not found!")
5354
5455
You can then use the `device_info` to specify on which device you want to run your pipeline:
5556

0 commit comments

Comments
 (0)