Closedown

This commit is contained in:
gac-x12sa
2023-01-05 12:24:02 +01:00
parent 0976d7a7eb
commit 309e13d086

View File

@@ -16,6 +16,8 @@ class Detector(DeviceBase):
return self.simulated_pars
def set_pars(self, pars):
print pars
print type(pars)
if type(pars) == dict:
self.simulated_pars=pars