fixed typo

pull/81/head
Andreas Muehlemann 2016-12-07 15:48:08 +01:00
parent a95af26424
commit 6dcc77ba5d
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ moduleinfo = {'version': '0.1', 'author': 'Andreas Muehlemann',
# get current db from http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
config = configparser.ConfigParser()
config.read('./geoip_contry.cfg')
config.read('geoip_country.cfg')
gi = pygeoip.GeoIP(config.get('defaults', 'database'))
def handler(q=False):