mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-09-17 18:11:33 -04:00
Merge pull request #1729 from netalertx/next_release
PLG: UNFIMP set ip to null to prevent changes if not returned #1727
This commit is contained in:
1 file changed
+1
-1
@@ -240,7 +240,7 @@ def get_ip(*ips: str) -> str:
|
||||
for ip in ips:
|
||||
if ip and ip != 'null':
|
||||
return ip
|
||||
return '0.0.0.0'
|
||||
return 'null'
|
||||
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
Reference in new issue
Block a user