Skip to content

Commit

Permalink
test as for -> continue = Try one other speed ...
Browse files Browse the repository at this point in the history
  • Loading branch information
Furtif committed Jun 12, 2023
1 parent 73ee45d commit be7ba80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion elm.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,8 @@ def __init__(self, portName, rate, adapter_type="STD", maxspeed="No"):

if options.elm_failed:
self.connectionStatus = False
return
# Try one other speed ...
continue

if not os.path.exists("./logs"):
os.mkdir("./logs")
Expand Down

0 comments on commit be7ba80

Please sign in to comment.