fix: resolve satellite NORAD ID lookup to fix propagation loop

Former-commit-id: abbc51096b
This commit is contained in:
anoracleofra-code
2026-03-08 15:01:58 -06:00
parent 9c85e08839
commit ff19d2bc68
+1 -1
View File
@@ -1412,7 +1412,7 @@ def fetch_satellites():
ma = s.get('MEAN_ANOMALY')
bstar = s.get('BSTAR', 0)
epoch_str = s.get('EPOCH')
norad_id = s.get('NORAD_CAT_ID', 0)
norad_id = s.get('id', 0)
if mean_motion is None or ecc is None or incl is None:
continue