Skip to content

Commit

Permalink
Merge pull request #1079 from KenN7/patch-1
Browse files Browse the repository at this point in the history
Fix Camera Type check in flashconfig
  • Loading branch information
Erol444 authored Oct 23, 2024
2 parents 1a1eb16 + 1e7f834 commit 50f509b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/device_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
Expand Down

0 comments on commit 50f509b

Please sign in to comment.