cosmetic fix
This commit is contained in:
parent
10d63ec2cc
commit
0fca21c705
@ -639,7 +639,7 @@ class ELM:
|
|||||||
self.port.soft_boudrate(230400)
|
self.port.soft_boudrate(230400)
|
||||||
|
|
||||||
def __del__(self):
|
def __del__(self):
|
||||||
if not mod_globals.opt_demo:
|
if not mod_globals.opt_demo and not isinstance(self.port, int):
|
||||||
print('*' * 40)
|
print('*' * 40)
|
||||||
print('* RESETTING ELM')
|
print('* RESETTING ELM')
|
||||||
#if self.port.ka_timer:
|
#if self.port.ka_timer:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user