DAQ: config.py fixed bug in bl_zoom_settings which was requesting user zoom settings not bl_zoom_settings
This commit is contained in:
@@ -382,7 +382,7 @@ class BeamlineConfig:
|
||||
|
||||
@property
|
||||
def bl_zoom_settings(self) -> ZoomModel:
|
||||
tmp = self.__client.get(f"{self.__bl}:zoom_settings")
|
||||
tmp = self.__client.get(f"{self.__bl}:bl_zoom_settings")
|
||||
if tmp is None:
|
||||
return def_bl_zoom()
|
||||
data_dict = json.loads(tmp)
|
||||
|
||||
Reference in New Issue
Block a user