Skip to content

Commit

Permalink
added while True to tc_212_a.py
Browse files Browse the repository at this point in the history
  • Loading branch information
3142008956 committed Jun 12, 2024
1 parent 5b5a4c3 commit 0c01724
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/student_code/tc_212_a.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ def autonomous():
pass

def teleop():
Robot.set_value(DEVICE, PARAM, 999)
while True:
Robot.set_value(DEVICE, PARAM, 999)

0 comments on commit 0c01724

Please sign in to comment.