diff options
| author | Edvin <[email protected]> | 2025-05-08 11:42:19 +0200 |
|---|---|---|
| committer | Edvin <[email protected]> | 2025-05-08 11:42:19 +0200 |
| commit | cee301b6ef01819f896989452976ae609d679208 (patch) | |
| tree | ed5267fa7cc52457b5f4882183489cdf77aceab0 /main.py | |
| parent | c632c1cc164c67cbafa73366cf9a3409666fbb6c (diff) | |
Fixed silly mistake
Diffstat (limited to 'main.py')
| -rwxr-xr-x | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -279,7 +279,7 @@ def adjustAngle(adiff, f, b): print("Adjusting to the left") NANO.write(b"Left\n") sleep(abs(adiff) / 90) - else if b: + elif b: if adiff < -10: print("Adjusting to the right") NANO.write(b"Right\n") |
