updated missing parenthesis

pull/81/head
Andreas Muehlemann 6 years ago
parent bb62394c1e
commit 1e1796b414
  1. 2
      misp_modules/modules/expansion/geoip_country.py

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

Loading…
Cancel
Save