mirror of
https://github.com/smittix/intercept.git
synced 2026-04-26 23:59:59 -07:00
Fix dashboard startup regressions and mode utilities
This commit is contained in:
@@ -286,10 +286,10 @@ class GroundStationScheduler:
|
||||
from utils.satellite_predict import predict_passes as _predict_passes
|
||||
|
||||
try:
|
||||
ts = load.timescale()
|
||||
ts = load.timescale(builtin=True)
|
||||
except Exception:
|
||||
from skyfield.api import load as _load
|
||||
ts = _load.timescale()
|
||||
ts = _load.timescale(builtin=True)
|
||||
|
||||
observer = wgs84.latlon(self._lat, self._lon)
|
||||
now = datetime.now(timezone.utc)
|
||||
|
||||
Reference in New Issue
Block a user