Lenient teach mode, incremented version

pull/45/head
killian 11 months ago
parent a6882e6124
commit 7eb1cc0a13

@ -329,6 +329,6 @@ class Device:
listener.start()
def start(self):
if os.getenv('TEACH_MODE') == "False":
if os.getenv('TEACH_MODE') != "True":
asyncio.run(self.start_async())
p.terminate()
Loading…
Cancel
Save