Skip to content

Commit

Permalink
fix celestrak cert expired, and update domain
Browse files Browse the repository at this point in the history
  • Loading branch information
redraw committed Apr 25, 2024
1 parent 68f2401 commit 6a00df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tle.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from utils import cache

CELESTRAK_API_TLE = "https://celestrak.com/NORAD/elements/gp.php"
CELESTRAK_API_TLE = "https://celestrak.org/NORAD/elements/gp.php"
CACHE_TIMEOUT = 12 * 60 * 60 # 12 hours

logger = logging.getLogger('api.tle')
Expand Down

0 comments on commit 6a00df2

Please sign in to comment.