tweaked the short shot
diff --git a/frc971/input/JoystickReader.cc b/frc971/input/JoystickReader.cc
index 31f0385..3943350 100644
--- a/frc971/input/JoystickReader.cc
+++ b/frc971/input/JoystickReader.cc
@@ -181,7 +181,7 @@
         angle_adjust_goal = 0.520;
       } else if (data.IsPressed(kShortShot)) {
         shooter_goal->velocity = 375;
-        angle_adjust_goal = 0.7267;
+        angle_adjust_goal = 0.671;
       }
       angle_adjust.goal.MakeWithBuilder().goal(angle_adjust_goal).Send();