diff --git a/csaxs_bec/devices/omny/galil/galil_rio.py b/csaxs_bec/devices/omny/galil/galil_rio.py index 106368f..22c0ca3 100644 --- a/csaxs_bec/devices/omny/galil/galil_rio.py +++ b/csaxs_bec/devices/omny/galil/galil_rio.py @@ -311,7 +311,7 @@ class GalilRIO(PSIDeviceBase): def destroy(self) -> None: """Make sure to turn off the controller socket on destroy.""" - self.controller.off(update_normal=False) + self.controller.off(update_config=False) return super().destroy() # pylint: disable=protected-access