Commit f3e0b72e authored by Romain Courteaud's avatar Romain Courteaud

Typo

parent a4daa795
......@@ -43,7 +43,7 @@ def validLoopBackAddress(ip):
return False
def validPublicAddress(ip):
return (not validLoopBackAddress(ip)) and netaddr.valid_ipv4(ip):
return (not validLoopBackAddress(ip)) and netaddr.valid_ipv4(ip)
class Recipe:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment