Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
dzid26 committed Sep 5, 2024
1 parent ecbca1c commit 5ae26ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ def reconnect(self):
self.close()

success = False
time.sleep(1) # give some time for the device to enumerate with multiple usb hubs
time.sleep(1) # give some time for panda to enumerate with usb hubs
# wait up to 15 seconds
for _ in range(15*10):
try:
Expand Down

0 comments on commit 5ae26ab

Please sign in to comment.