strip the input
This commit is contained in:
parent
3ea717043c
commit
9797b595ea
|
|
@ -62,7 +62,7 @@ type 'quit' to exit'''.format(db_path, searcher.get_ip_version().name, cache_pol
|
||||||
|
|
||||||
# get input ip address and do the search
|
# get input ip address and do the search
|
||||||
while True:
|
while True:
|
||||||
ip_str = input("ip2region>> ")
|
ip_str = input("ip2region>> ").strip()
|
||||||
|
|
||||||
if len(ip_str) < 2:
|
if len(ip_str) < 2:
|
||||||
continue
|
continue
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue