[WIP] remove 'strict' arg

This commit is contained in:
2023-10-17 11:04:33 +02:00
parent 45fd71077c
commit 04b5c1921b

View File

@@ -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