mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2024-11-09 16:00:27 +00:00
Add a missing flush after print
This commit is contained in:
parent
59b53eb03e
commit
6464d3dd0c
@ -118,6 +118,7 @@ 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)
|
||||
|
Loading…
Reference in New Issue
Block a user