diff --git a/src/aare/devices/jfjoch.py b/src/aare/devices/jfjoch.py index e36919f7..1176521b 100644 --- a/src/aare/devices/jfjoch.py +++ b/src/aare/devices/jfjoch.py @@ -30,6 +30,9 @@ class JFJochWrapper: self.__client = jfjoch_client.ApiClient(jfjoch_client.Configuration(host=self.__url)) self.__api = jfjoch_client.DefaultApi(self.__client) + self.cancel() + # if not self.is_idle(): + # self.initialize() @staticmethod def _extract_status_code(error: Exception) -> int | None: