Update tawhiri URL

pull/46/head
Mark Jessop 2022-09-16 21:17:48 +09:30
rodzic 7f4ae413cd
commit 54e54855af
3 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -8,4 +8,4 @@
# Now using Semantic Versioning (https://semver.org/) MAJOR.MINOR.PATCH
__version__ = "1.4.3"
__version__ = "1.4.4"

Wyświetl plik

@ -16,7 +16,7 @@ import subprocess
from dateutil.parser import parse
from threading import Thread
TAWHIRI_API_URL = "http://predict.cusf.co.uk/api/v1/"
TAWHIRI_API_URL = "http://api.v2.sondehub.org/tawhiri"
def get_tawhiri_prediction(

Wyświetl plik

@ -71,8 +71,10 @@ car_source_port = 55672
# Online Tracker System
# Where to upload chase-car positions and balloon recovery notifications to.
# sondehub = Sondehub v2 Database, for viewing on the SondeHub tracker (https://tracker.sondehub.org)
# sondehubamateur = SondeHub Amateur Database, for viewing on the SondeHub-Amateur Tracker (https://amateur.sondehub.org)
# Use this when chasing your own flights, and you want to show up on the sondehub-amateur tracker.
# habitat = Habitat Database, for viewing on the HabHub tracker (https://tracker.habhub.org)
online_tracker = habitat
online_tracker = sondehubamateur
# If you want add more profiles, you can do so here, e.g.
# [profile_3]