mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-19 01:33:52 +08:00
pre-commit: autoupdate hooks (#1639)
* Update pre-commit hook versions * fix --------- Co-authored-by: adeebshihadeh <adeebshihadeh@users.noreply.github.com>
This commit is contained in:
@@ -458,7 +458,7 @@ class Panda:
|
||||
|
||||
success = False
|
||||
# wait up to 15 seconds
|
||||
for _ in range(0, 15*10):
|
||||
for _ in range(15*10):
|
||||
try:
|
||||
self.connect()
|
||||
success = True
|
||||
|
||||
Reference in New Issue
Block a user