5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-09-19 21:52:30 +00:00

Add a missing flush after print

This commit is contained in:
Vanhala Antti 2014-03-31 01:02:34 +03:00
parent 59b53eb03e
commit 6464d3dd0c

View File

@ -118,6 +118,7 @@ def get_full_network():
def download_names_from_nameinfo(): def download_names_from_nameinfo():
page = 'http://[fc5d:baa5:61fc:6ffd:9554:67f0:e290:7535]/nodes/list.json' page = 'http://[fc5d:baa5:61fc:6ffd:9554:67f0:e290:7535]/nodes/list.json'
print 'Downloading names from Mikey\'s nodelist...', print 'Downloading names from Mikey\'s nodelist...',
sys.stdout.flush()
ip_dict = dict() ip_dict = dict()
http = httplib2.Http('.cache', timeout=15.0) http = httplib2.Http('.cache', timeout=15.0)