From 07515e3ac7da2e023ad1cabe7356011ee2a549a4 Mon Sep 17 00:00:00 2001 From: Edvin Date: Fri, 9 May 2025 08:50:14 +0200 Subject: Fully implemented goal communication. --- bt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bt.py') diff --git a/bt.py b/bt.py index 95506d5..3892fbe 100755 --- a/bt.py +++ b/bt.py @@ -24,7 +24,7 @@ message = "" while read != "1000": read = recv_sock.recv(1024) read = read.decode("utf-8").strip('\n') - print(f"{read}\r") + print(f"{read}") sleep(1) -- cgit v1.2.3