mirror of
https://github.com/smittix/intercept.git
synced 2026-06-14 16:43:38 -07:00
Fix dashboard startup regressions and mode utilities
This commit is contained in:
+1
-1
@@ -3502,7 +3502,7 @@ class ModeManager:
|
||||
stations_url = 'https://celestrak.org/NORAD/elements/gp.php?GROUP=weather&FORMAT=tle'
|
||||
satellites = load.tle_file(stations_url)
|
||||
|
||||
ts = load.timescale()
|
||||
ts = load.timescale(builtin=True)
|
||||
observer = Topos(latitude_degrees=lat, longitude_degrees=lon)
|
||||
|
||||
logger.info(f"Satellite predictor: {len(satellites)} satellites loaded")
|
||||
|
||||
Reference in New Issue
Block a user