From ee56a23d0bac4a0cedbc2746a8631e1983d9ca8d Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Tue, 17 Oct 2023 12:54:54 +0200 Subject: [PATCH] [WIP] bug fix --- devices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices.py b/devices.py index d7fbd40..8b8cd9f 100644 --- a/devices.py +++ b/devices.py @@ -374,8 +374,8 @@ class FrappyConfig(Device): else: cfgs.pop('stick', None) error, proposed, state, info = fm.get_server_state(config.instrument, cfgs) + self._initial_config = proposed if not error: - self._initial_config = proposed self._previous_shown = state # otherwise the server state will be shown on startup return self._initial_config.get(service)