From 2bbd4fca6216aad931fb89eb8f59d2b2e4c718c8 Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Sun, 6 Jul 2025 17:36:48 +0100 Subject: [PATCH] Remove out of date CaptureThing from Simulation and Stub config --- ofm_config_simulation.json | 3 +-- ofm_config_stub.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ofm_config_simulation.json b/ofm_config_simulation.json index f982a617..9acf747b 100644 --- a/ofm_config_simulation.json +++ b/ofm_config_simulation.json @@ -13,8 +13,7 @@ "scans_folder": "./openflexure/scans/" } }, - "/background_detect/": "openflexure_microscope_server.things.background_detect:BackgroundDetectThing", - "/capture/": "openflexure_microscope_server.things.capture:CaptureThing" + "/background_detect/": "openflexure_microscope_server.things.background_detect:BackgroundDetectThing" }, "settings_folder": "./openflexure/settings/", "log_folder": "./openflexure/logs/" diff --git a/ofm_config_stub.json b/ofm_config_stub.json index 85aab42e..d116b604 100644 --- a/ofm_config_stub.json +++ b/ofm_config_stub.json @@ -13,8 +13,7 @@ "scans_folder": "./openflexure/scans/" } }, - "/background_detect/": "openflexure_microscope_server.things.background_detect:BackgroundDetectThing", - "/capture/": "openflexure_microscope_server.things.capture:CaptureThing" + "/background_detect/": "openflexure_microscope_server.things.background_detect:BackgroundDetectThing" }, "settings_folder": "./openflexure/settings/", "log_folder": "./openflexure/logs/"