Fix typo.

This commit is contained in:
Itamar Turner-Trauring 2020-07-28 11:11:27 -04:00
parent cc494e3d39
commit 8c9c691c02

View File

@ -177,7 +177,7 @@ def get_local_ip_for(target):
return localip
finally:
d = port.stopListening()
3 d.addErrback(log.err)
d.addErrback(log.err)
except (socket.error, CannotListenError):
# no route to that host
localip = None