This commit is contained in:
Luke Rogers 2014-02-14 16:42:17 +13:00
parent bf9468a4aa
commit 5d0e28bf91
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ import pygeoip
from util import hook, http
# load region database
with open("./data/geoip_regions.json", "rb") as f:
regions = json.loads(f.read())