updated missing parenthesis

pull/81/head
Andreas Muehlemann 2016-12-07 15:19:54 +01:00
parent bb62394c1e
commit 1e1796b414
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,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')
gi = pygeoip.GeoIP(config.get('defaults', 'database')
gi = pygeoip.GeoIP(config.get('defaults', 'database'))
def handler(q=False):
if q is False: