← Back to ratslair.com
aboutsummaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.py b/main.py
index 8a45237..53f5679 100755
--- a/main.py
+++ b/main.py
@@ -124,7 +124,6 @@ if bto.find("Connected") != -1:
desDir = 0
else:
# Store current position => cur pos
- # Calculate angle from old pos, a = math.atan2(y, x) + math.pi
curX = float(x) * 1000
curY = float(y) * 1000