.BANCHO. .FIX. Fix wrong ip api url

This commit is contained in:
Nyo 2016-07-08 13:14:30 +02:00
parent 799fe7dc25
commit 3862fb5667

View File

@ -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):