From 3862fb5667b9c48fed1805f4cd0478a1746f797d Mon Sep 17 00:00:00 2001 From: Nyo Date: Fri, 8 Jul 2016 13:14:30 +0200 Subject: [PATCH] .BANCHO. .FIX. Fix wrong ip api url --- helpers/locationHelper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):