PLG: UNFIMP set ip to null to prevent changes if not returned #1727

This commit is contained in:
jokob-sk committed 2026-08-04 07:37:37 +10:00
1 parent ffd5dbbaac
commit f3e7545957
1 file changed
+1 -1
+1 -1
View File
@@ -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'
# -----------------------------------------------------------------------------