Skip to content

Commit

Permalink
Merge pull request #5465 from t-book/master
Browse files Browse the repository at this point in the history
[Fixes #5463] Change geolite2-city endpoint
  • Loading branch information
Alessio Fabiani authored Jan 7, 2020
2 parents 4a389a1 + f9cb058 commit f2c6ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/base/management/commands/updategeoip.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

try:
from django.contrib.gis.geoip2 import GeoIP2 as GeoIP
URL = 'http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz'
URL = 'https://srv-file7.gofile.io/download/Wx2YHN/GeoLite2-City.tar.gz'
OLD_FORMAT = False
except ImportError:
try:
Expand Down

0 comments on commit f2c6ddd

Please sign in to comment.