consistency change in output

git-svn-id: svn+ssh://svn.ipng.nl/usr/share/subversion/repositories/ircnet.ipng.ch@17 c5d60b8d-fdcb-4146-b734-af4215e9eb71
This commit is contained in:
pim
2009-09-04 10:41:14 +00:00
parent ed48379dc8
commit 93da1d5eb7

View File

@ -40,7 +40,7 @@ def asn_to_route(_asn, _whois_server = "whois.ripe.net",
ifile = s.makefile('w')
ifile.write('-i origin AS'+_asn+'\r\n')
ifile.flush()
print("Fetching route/route6 from %s on %s" % (_asn, _whois_server))
print("Fetching route/route6 for AS%s from %s" % (_asn, _whois_server))
while True:
line = ifile.readline()
if not line: