diff --git a/frogpilot/common/frogpilot_variables.py b/frogpilot/common/frogpilot_variables.py index a4f90ffad..73b8da15b 100644 --- a/frogpilot/common/frogpilot_variables.py +++ b/frogpilot/common/frogpilot_variables.py @@ -383,7 +383,7 @@ class FrogPilotVariables: self.frogpilot_toggles = get_frogpilot_toggles(block=False) self.tuning_levels = {key: lvl for key, _, lvl in frogpilot_default_params + misc_tuning_levels} - self.short_branch = get_build_metadata().channel + self.short_branch = "FrogPilot-Staging" self.development_branch = self.short_branch == "FrogPilot-Development" self.release_branch = self.short_branch == "FrogPilot" self.staging_branch = self.short_branch == "FrogPilot-Staging" diff --git a/not_vetted b/not_vetted deleted file mode 100644 index e69de29bb..000000000