mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-04-24 11:35:57 +02:00
fix: resolve satellite NORAD ID lookup to fix propagation loop
Former-commit-id: abbc51096b
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user