Fix URL for freegeoip

This commit is contained in:
Pascal Vizeli 2018-03-13 23:28:38 +01:00 committed by GitHub
parent 1efdcd4691
commit baa9cf451c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ UTC = pytz.utc
_LOGGER = logging.getLogger(__name__)
FREEGEOIP_URL = "https://freegeoip.io/json/"
FREEGEOIP_URL = "https://freegeoip.net/json/"
# Copyright (c) Django Software Foundation and individual contributors.
# All rights reserved.