Remove useless assignment

This commit is contained in:
Brian May 2022-04-24 16:11:14 +10:00
parent 10341f3ad6
commit 181bf648a7

View File

@ -34,7 +34,6 @@ def _ipmatch(ipstr):
elif g[3] is None:
ips += '.0'
width = min(width, 24)
ips = ips
return (struct.unpack('!I', socket.inet_aton(ips))[0], width)