diff --git a/utilities/device_manager.py b/utilities/device_manager.py index 99814f10b..24cc4d8c9 100755 --- a/utilities/device_manager.py +++ b/utilities/device_manager.py @@ -948,7 +948,7 @@ def flashConfig(self): pass try: - if self.isPoE: + if self.isPoE(): if self.values['staticBut']: if check_ip(self.window, values['ip']) and check_ip(self.window, values['mask']) and check_ip(self.window, values['gateway'], req=False): conf.setStaticIPv4(values['ip'], values['mask'], values['gateway'])