Skip to content

Commit

Permalink
Fix call to disable livewindow
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Jan 24, 2022
1 parent 8580885 commit fa786aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magicbot/magicrobot.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ def _test(self) -> None:
delay.wait()
watchdog.reset()

lw.setEnabled(False)
wpilib.LiveWindow.setEnabled(False)
# Shuffleboard.disableActuatorWidgets()

def _on_mode_enable_components(self):
Expand Down

0 comments on commit fa786aa

Please sign in to comment.