changed practice bot team number
diff --git a/frc971/constants.cc b/frc971/constants.cc
index 31904f4..a61deee 100755
--- a/frc971/constants.cc
+++ b/frc971/constants.cc
@@ -20,7 +20,7 @@
 namespace {
 
 const uint16_t kCompTeamNumber = 971;
-const uint16_t kPracticeTeamNumber = 8971;
+const uint16_t kPracticeTeamNumber = 9971;
 
 const double kCompDrivetrainEncoderRatio =
     (15.0 / 50.0) /*output reduction*/ * (36.0 / 24.0) /*encoder gears*/;