Lenient teach mode, incremented version
This commit is contained in:
parent
a6882e6124
commit
7eb1cc0a13
|
@ -329,6 +329,6 @@ class Device:
|
||||||
listener.start()
|
listener.start()
|
||||||
|
|
||||||
def start(self):
|
def start(self):
|
||||||
if os.getenv('TEACH_MODE') == "False":
|
if os.getenv('TEACH_MODE') != "True":
|
||||||
asyncio.run(self.start_async())
|
asyncio.run(self.start_async())
|
||||||
p.terminate()
|
p.terminate()
|
Loading…
Reference in New Issue