[WIP] bug fix
This commit is contained in:
@ -374,8 +374,8 @@ class FrappyConfig(Device):
|
|||||||
else:
|
else:
|
||||||
cfgs.pop('stick', None)
|
cfgs.pop('stick', None)
|
||||||
error, proposed, state, info = fm.get_server_state(config.instrument, cfgs)
|
error, proposed, state, info = fm.get_server_state(config.instrument, cfgs)
|
||||||
|
self._initial_config = proposed
|
||||||
if not error:
|
if not error:
|
||||||
self._initial_config = proposed
|
|
||||||
self._previous_shown = state # otherwise the server state will be shown on startup
|
self._previous_shown = state # otherwise the server state will be shown on startup
|
||||||
return self._initial_config.get(service)
|
return self._initial_config.get(service)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user