telemetry packets limit increased

This commit is contained in:
Vasilisk9812 2026-06-17 00:22:48 +09:00
parent 80e0177be0
commit 7f70ebdd96
4 changed files with 7 additions and 3 deletions

View file

@ -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