diff --git a/devices.py b/devices.py index 276a9f2..0b7937d 100644 --- a/devices.py +++ b/devices.py @@ -370,7 +370,7 @@ class FrappyConfig(Device): cfgs['stick'] = running_stick else: cfgs.pop('stick', None) - error, proposed, state, info = fm.get_server_state(config.instrument, cfgs, True) + error, proposed, state, info = fm.get_server_state(config.instrument, cfgs) if not error: self._initial_config = proposed self._previous_shown = state # otherwise the server state will be shown on startup