This commit is contained in:
NikolajDanger
2022-09-07 14:02:55 +02:00
parent 7ff9b57a7e
commit 5d14c55fb2

View File

@ -74,8 +74,6 @@ def main():
# Initializes the robot and runs the
arlo = robot.Robot()
direction = int(input("clockwise (1)/counter (2):"))
try:
loop(arlo)