Skip to content

Commit

Permalink
rempve here
Browse files Browse the repository at this point in the history
  • Loading branch information
SuragNuthulapaty committed Feb 24, 2024
1 parent 5a01a71 commit c32382c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/moving_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
motor_rotations.move_forward(left_motor, right_motor, 2)
motor_rotations.rotate_cw_90_deg(left_motor, right_motor)
except KeyboardInterrupt:
print("here")
left_motor.stop()
right_motor.stop()
exit(0)

0 comments on commit c32382c

Please sign in to comment.