| changeset 172 | 68c0b9f2064f |
| parent 171 | 518764c4438c |
| child 173 | 03eaf09581eb |
--- a/whois/parser.py Thu Mar 22 10:46:28 2018 -0400 +++ b/whois/parser.py Thu Mar 22 10:48:22 2018 -0400 @@ -276,7 +276,7 @@ return WhoisNz(domain, text) elif domain.endswith('.space'): return WhoisSpace(domain, text) - elif domain.endwith('.lu'): + elif domain.endswith('.lu'): return WhoisLu(domain, text) else: return WhoisEntry(domain, text)