5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-09-19 00:59:35 +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,7 +118,8 @@ def get_full_network():
def download_names_from_nameinfo():
page = 'http://[fc5d:baa5:61fc:6ffd:9554:67f0:e290:7535]/nodes/list.json'
print 'Downloading names from Mikey\'s nodelist...',
sys.stdout.flush()
ip_dict = dict()
http = httplib2.Http('.cache', timeout=15.0)
r, content = http.request(page, 'GET')