fix: unsupported escape sequence in string literal

This commit is contained in:
Victor A. 2024-03-25 16:42:47 -04:00
parent 1a8f6b9cfd
commit b86b0930b0
1 changed files with 2 additions and 2 deletions

View File

@ -258,7 +258,7 @@ class Device:
if CAMERA_ENABLED:
print("\nHold the spacebar to start recording. Press 'c' to capture an image from the camera. Press CTRL-C to exit.")
else:
print("\Hold the spacebar to start recording. Press CTRL-C to exit.")
print("\nHold the spacebar to start recording. Press CTRL-C to exit.")
asyncio.create_task(self.message_sender(websocket))
@ -351,4 +351,4 @@ class Device:
def start(self):
if os.getenv('TEACH_MODE') != "True":
asyncio.run(self.start_async())
p.terminate()
p.terminate()