]> git.ipfire.org Git - location/libloc.git/commitdiff
location-downloader: Give the database a proper name
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 15 May 2020 11:02:28 +0000 (11:02 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 15 May 2020 11:02:28 +0000 (11:02 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/python/location-downloader.in

index ce3c85d7d43eb159367becd646007a50235fef68..c8a0ef4400e3c6e1682911ec99fe543408a0509b 100644 (file)
@@ -35,10 +35,9 @@ import urllib.request
 import location
 from location.i18n import _
 
-DATABASE_FILENAME = "test.db.xz"
+DATABASE_FILENAME = "location.db.xz"
 MIRRORS = (
        "https://location.ipfire.org/databases/",
-       "https://people.ipfire.org/~ms/location/",
 )
 
 # Initialise logging