# | Line 264 | Line 264 | class ServerCommunicator: | |
---|---|---|
264 | ||
265 | ## Additional fields for Notification by the server | |
266 | miniCfg['eMail'] = self.cfg_params.get('USER.email', None) | |
267 | < | miniCfg['threshold'] = self.cfg_params.get('USER.threshold', 100) |
267 | > | miniCfg['threshold'] = self.cfg_params.get('USER.thresholdlevel', 100) |
268 | ||
269 | ## put here other fields if needed | |
270 | node.setAttribute("CfgParamDict", str(miniCfg) ) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |