diff --git a/eddb.py b/eddb.py index f157122f..bf3e81fa 100755 --- a/eddb.py +++ b/eddb.py @@ -9,7 +9,7 @@ import json import requests def download(filename): - r = requests.get('https://eddb.io/archive/v5/' + filename, stream=True) + r = requests.get('https://eddb.io/archive/v6/' + filename, stream=True) print '\n%s\t%dK' % (filename, len(r.content) / 1024) return r @@ -90,6 +90,7 @@ if __name__ == "__main__": # Hack - ensure duplicate system names are pointing at the more interesting system system_ids['Amo'] = (866, True) + system_ids['C Puppis'] = (25068, False) system_ids['q Velorum'] = (15843, True) system_ids['M Carinae'] = (22627, False) system_ids['HH 17'] = (61275, False) diff --git a/stations.p b/stations.p index b5809d39..60023097 100644 Binary files a/stations.p and b/stations.p differ diff --git a/systems.p b/systems.p index 4c5ddc42..6f5191e4 100644 Binary files a/systems.p and b/systems.p differ