From b286ee183881fa7d9cc7774e2ba93af7c284c4af Mon Sep 17 00:00:00 2001 From: Christian Koernig <ckoernig@mail.desy.de> Date: Fri, 26 Mar 2021 11:36:49 +0100 Subject: [PATCH] Updated the tango server for the new import logic --- python/amptek_hardware_interface/AmptekPX5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/amptek_hardware_interface/AmptekPX5 b/python/amptek_hardware_interface/AmptekPX5 index 4e8cfd9..edc877c 100644 --- a/python/amptek_hardware_interface/AmptekPX5 +++ b/python/amptek_hardware_interface/AmptekPX5 @@ -122,7 +122,7 @@ class AmptekPX5(Device): def init_device(self): Device.init_device(self) self._max_info_age = 1 - self.interface = AmptekHardwareInterface.AmptekHardwareInterface() + self.interface = AmptekHardwareInterface() if self.connection_mode == "UDP": self.interface.connectUDP( self.Hostname, self.port, self.timeout_seconds) elif self.connection_mode == "USB": -- GitLab