oops
This commit is contained in:
parent
bf9468a4aa
commit
5d0e28bf91
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ import pygeoip
|
||||||
from util import hook, http
|
from util import hook, http
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# load region database
|
# load region database
|
||||||
with open("./data/geoip_regions.json", "rb") as f:
|
with open("./data/geoip_regions.json", "rb") as f:
|
||||||
regions = json.loads(f.read())
|
regions = json.loads(f.read())
|
||||||
|
|
Reference in a new issue