Skip to content

Commit

Permalink
[api]: Use existing IERS file if it failed to update
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagohm committed Dec 8, 2024
1 parent 8c00791 commit f848dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/kotlin/nebulosa/api/atlas/IERSUpdateTask.kt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class IERSUpdateTask(
LOG.error("failed to download finals2000A.all", e)
}

return false
return exists()
}

companion object {
Expand Down

0 comments on commit f848dec

Please sign in to comment.