← Back to ratslair.com
aboutsummaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.py b/main.py
index 0d74089..a4d5871 100755
--- a/main.py
+++ b/main.py
@@ -211,8 +211,7 @@ if bto.find("Connected") != -1:
if backward == False:
NANO.write(b"Stop\n")
- if ((a > 155 and a < 170) or (a > 190 and a < 205)) and (d > 0 and d < 300):
- print("Something behind!")
+ if ((a > 155 and a < 165) or (a > 195 and a < 205)) and (d > 0 and d < 300):
backward = False
if forward == False:
NANO.write(b"Stop\n")