Skip to content

Commit

Permalink
Update iata-icao dataset (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-soltesz authored Sep 11, 2024
1 parent d9fdb22 commit 6311087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var (
listenPort string
project string
redisAddr string
iataSrc = flagx.MustNewURL("https://raw.githubusercontent.com/ip2location/ip2location-iata-icao/1.0.10/iata-icao.csv")
iataSrc = flagx.MustNewURL("https://raw.githubusercontent.com/ip2location/ip2location-iata-icao/1.0.21/iata-icao.csv")
maxmindSrc = flagx.URL{}
routeviewSrc = flagx.URL{}
gcTTL time.Duration
Expand Down

0 comments on commit 6311087

Please sign in to comment.