diff options
-rw-r--r-- | http.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http.go b/http.go index 84dc503..70e9eee 100644 --- a/http.go +++ b/http.go @@ -53,7 +53,7 @@ func getHandler(w http.ResponseWriter, r *http.Request) { // read the TLEs from the categories file // TODO: Handle caching // - dump all if not present - // - if old, fetch from celestrakc + // - if old, fetch from celestrack //content, err := ioutil.ReadFile("categories.txt") //if err != nil { // log.Println("Could note read categories.txt") |