diff --git a/helpers/locationHelper.py b/helpers/locationHelper.py index 02d0a3a..250dbec 100644 --- a/helpers/locationHelper.py +++ b/helpers/locationHelper.py @@ -4,7 +4,7 @@ import json from helpers import logHelper as log # API URL -URL = "http://ipinfo.io/" +URL = "http://ip.zxq.co/" def getCountry(ip):