From 04b5c1921bfc1a79c22a1ed7007e45decd02b794 Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Tue, 17 Oct 2023 11:04:33 +0200 Subject: [PATCH] [WIP] remove 'strict' arg --- devices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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