How to change team number in Python?

Trying to run robot (written in Python) using robotpy deploy and it’s pulling the number 3140 for somewhere, but I don’t know where.

How do I explicitly set the team number??

Edit .wpilib/wpilib_preferences.json

3 Likes

Also, if you run robotpy deploy --help there’s a bunch of options. One of them is --team, so you can specify it that way too.