mirror of
https://github.com/smittix/intercept.git
synced 2026-07-13 03:58:10 -07:00
Fix dashboard startup regressions and mode utilities
This commit is contained in:
@@ -70,7 +70,7 @@ def predict_passes(
|
||||
# patch sys.modules to simulate skyfield being unavailable).
|
||||
import skyfield # noqa: F401
|
||||
|
||||
ts = load.timescale()
|
||||
ts = load.timescale(builtin=True)
|
||||
observer = wgs84.latlon(lat, lon)
|
||||
t0 = ts.now()
|
||||
t1 = ts.utc(t0.utc_datetime() + datetime.timedelta(hours=hours))
|
||||
|
||||
Reference in New Issue
Block a user