Skip to content

Commit 7076f73

Browse files
committed
fix upstream
1 parent 2e97fc9 commit 7076f73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/list/sat/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ const initSat = async () => {
280280
if(sessionStorage.getItem('satRst')){
281281
rst = sessionStorage.getItem('satRst') || ""
282282
}else{
283-
rst = await (await fetch('https://celestrak.org/NORAD/elements/amateur.txt')).text()
283+
rst = await (await fetch('https://celestrak.org/NORAD/elements/gp.php?GROUP=amateur&FORMAT=tle')).text()
284284
sessionStorage.setItem('satRst', rst)
285285
}
286286
const lines = rst.split(/\r?\n/);

0 commit comments

Comments
 (0)