1
0
Fork 0
merge-requests/1/head
wgaylord 2018-12-18 18:36:19 -06:00
parent 0aefbba344
commit cdea8a1991
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ def updateTLE():
satnogs_db_norad_ids = satnogs_db_norad_ids - temporary_norad_ids
# Fetch TLEs for the satellites of interest
print satnogs_db_norad_ids
tles = fetch_tles(satnogs_db_norad_ids)
TLEs = {}
for norad_id, (source, tle) in tles.items():