Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Jan 22, 2025
1 parent 6cc835d commit 91e291d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-hub/dora-ios-lidar/dora_ios_lidar/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def connect_to_device(self, dev_idx):
devs = Record3DStream.get_connected_devices()
print("{} device(s) found".format(len(devs)))
for dev in devs:
print("\tID: {}\n\tUDID: {}\n".format(dev.product_id, dev.udid))
print("\tID: {}\n".format(dev.product_id))

if len(devs) <= dev_idx:
raise RuntimeError(
Expand Down

0 comments on commit 91e291d

Please sign in to comment.