Skip to content

Commit 7acb7bb

Browse files
authored
[F] Fix qqwry url
1 parent 1412db2 commit 7acb7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/org/hydev/back/geoip/QQWryDB.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class QQWryDB(
3636
if (shouldUpdate())
3737
{
3838
// Download database file
39-
dbFile.downloadFromUrl("https://cdn.jsdelivr.net/gh/sspanel-uim/qqwry.dat/qqwry.dat")
39+
dbFile.downloadFromUrl("https://github.com/metowolf/qqwry.dat/releases/latest/download/qqwry.dat")
4040
dbTime.writeText(System.currentTimeMillis().toString())
4141
}
4242

0 commit comments

Comments
 (0)