mirror of
https://github.com/smittix/intercept.git
synced 2026-06-18 18:39:47 -07:00
Fix dashboard startup regressions and mode utilities
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ class DopplerTracker:
|
||||
return False
|
||||
|
||||
try:
|
||||
ts = load.timescale()
|
||||
ts = load.timescale(builtin=True)
|
||||
satellite = EarthSatellite(tle[1], tle[2], tle[0], ts)
|
||||
observer = wgs84.latlon(latitude, longitude)
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user