diff --git a/alab_management/device_view/device_view.py b/alab_management/device_view/device_view.py index 6667be85..1c3ff89f 100644 --- a/alab_management/device_view/device_view.py +++ b/alab_management/device_view/device_view.py @@ -220,7 +220,7 @@ def request_devices( idle_devices[device] = device_ return idle_devices - def get_sample_on_device(self, device_name: str) -> dict[str, list[ObjectId]]: + def get_samples_on_device(self, device_name: str) -> dict[str, list[ObjectId]]: """ Get all the samples on a device. diff --git a/docs/source/start_lab.md b/docs/source/start_lab.md index bb037f0e..0f4c4194 100644 --- a/docs/source/start_lab.md +++ b/docs/source/start_lab.md @@ -9,7 +9,7 @@ export SIM_MODE_FLAG=TRUE # this is the default value ``` ```{danger} -Run `export SIM_MODE_FLAG=TRUE` only when you are on the *production server*. +Run `export SIM_MODE_FLAG=FALSE` only when you are on the *production server*. ``` ```{note}