Skip to content

Commit

Permalink
Update robot.py
Browse files Browse the repository at this point in the history
printed my name
  • Loading branch information
alexl1239 committed Jul 21, 2024
1 parent 59f061e commit 9888b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def init_subsystems():
self.log.error(e)
self.nt.getTable('errors').putString('subsystem init', str(e))
raise e

print("alex")

self.log.complete("Robot initialized")
def robotPeriodic(self):
Expand Down

0 comments on commit 9888b6d

Please sign in to comment.