← Back to ratslair.com
aboutsummaryrefslogtreecommitdiff
path: root/bt.py
diff options
context:
space:
mode:
authorEdvin <[email protected]>2025-05-09 08:50:14 +0200
committerEdvin <[email protected]>2025-05-09 08:50:14 +0200
commit07515e3ac7da2e023ad1cabe7356011ee2a549a4 (patch)
tree42fba87d0f2fdc3c1e8b94fa3bbb75765b21fea0 /bt.py
parentcee301b6ef01819f896989452976ae609d679208 (diff)
Fully implemented goal communication.
Diffstat (limited to 'bt.py')
-rwxr-xr-xbt.py2
1 files changed, 1 insertions, 1 deletions
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)