From d01af53751450918587d611f02d1bfa3ec3ab6a3 Mon Sep 17 00:00:00 2001 From: jupfi Date: Tue, 12 Dec 2023 17:12:03 +0100 Subject: [PATCH] Upsi fixed bug. --- src/nqrduck_autotm/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nqrduck_autotm/controller.py b/src/nqrduck_autotm/controller.py index 642b400..d83c233 100644 --- a/src/nqrduck_autotm/controller.py +++ b/src/nqrduck_autotm/controller.py @@ -966,7 +966,7 @@ class AutoTMController(ModuleController): logger.debug("Finished position sweep") self.module.model.mech_lut = LUT self.module.model.LUT = LUT - self.module.view.el_LUT_spinner.hide() + self.module.view.mech_LUT_spinner.hide() def go_to_position(self, tuning_position : int, matching_position : int) -> None: """Go to the specified position.