Commit f095e44f by fwkz

Fixing validators.address defect.

parent d387015a
......@@ -17,7 +17,7 @@ def url(address):
def address(addr):
addr = urlparse.urlsplit(addr)
return addr.netloc or address.path
return addr.netloc or addr.path
def ipv4(address):
......
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