forked from afanasyev.aa/stratoflights
telemetry packets limit increased
This commit is contained in:
parent
80e0177be0
commit
7f70ebdd96
4 changed files with 7 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ from zoneinfo import ZoneInfo
|
|||
from collections import OrderedDict
|
||||
|
||||
class TawhiriClient:
|
||||
BASE_URL = "https://api.v2.sondehub.org/tawhiri"
|
||||
BASE_URL = "http://127.0.0.1:8080/api/v1/prediction"
|
||||
TIMEOUT = 15
|
||||
|
||||
@staticmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue