removed unneeded config option for misp

pull/80/head
Andreas Muehlemann 2016-12-07 14:29:11 +01:00
parent 6ea7acc5e4
commit d09c2f3d44
1 changed files with 0 additions and 4 deletions

View File

@ -18,9 +18,6 @@ moduleinfo = {'version': '0.1', 'author': 'Andreas Muehlemann',
'description': 'Query a local copy of Maxminds Geolite database',
'module-type': ['expansion', 'hover']}
# config fields that your code expects from the site admin
moduleconfig = ['database']
# get current db from http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
config = ConfigParser.ConfigParser()
config.read('./geoip_contry.cfg')
@ -59,4 +56,3 @@ def introspection():
def version():
moduleinfo['config'] = moduleconfig
return moduleinfo