Fix mistake.

This commit is contained in:
Felix Fontein 2025-11-16 10:58:31 +01:00
parent 49484b22dc
commit 9f8a8c8614

View File

@ -464,4 +464,4 @@ def normalize_ip_network(network):
return network
# If we don't have ipaddress, simply give up...
# This mainly affects Python 2.7.
return ip_address
return network