Skip to content

Commit 9a2241f

Browse files
author
Brendan Whitfield
committed
fixed indentation error in new baud rate code
1 parent 3e96a65 commit 9a2241f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

obd/elm327.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def auto_baudrate(self):
256256
# the previous command)
257257
port.write("\x7F\x7F\r")
258258
port.set_timeout(timeout)
259-
response = self.__read()
259+
response = self.__read()
260260

261261
if (response.endswith("\r\r>")):
262262
#print "%d baud detected (%r)" % (baud, response)

0 commit comments

Comments
 (0)