Skip to content

Commit

Permalink
[F] Fix qqwry url
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna authored Mar 17, 2024
1 parent 1412db2 commit 7acb7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/org/hydev/back/geoip/QQWryDB.kt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class QQWryDB(
if (shouldUpdate())
{
// Download database file
dbFile.downloadFromUrl("https://cdn.jsdelivr.net/gh/sspanel-uim/qqwry.dat/qqwry.dat")
dbFile.downloadFromUrl("https://github.com/metowolf/qqwry.dat/releases/latest/download/qqwry.dat")
dbTime.writeText(System.currentTimeMillis().toString())
}

Expand Down

0 comments on commit 7acb7bb

Please sign in to comment.