Skip to content
Snippets Groups Projects
Commit b286ee18 authored by Christian Koernig's avatar Christian Koernig
Browse files

Updated the tango server for the new import logic

parent 555ac026
No related branches found
No related tags found
No related merge requests found
......@@ -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":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment