Lenient teach mode, incremented version

This commit is contained in:
killian 2024-02-17 18:54:37 -08:00
parent a6882e6124
commit 7eb1cc0a13
1 changed files with 1 additions and 1 deletions

View File

@ -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()