diff --git a/mq/plugins/geoip.py b/mq/plugins/geoip.py index ea759d5f..cc37a0a1 100644 --- a/mq/plugins/geoip.py +++ b/mq/plugins/geoip.py @@ -27,7 +27,7 @@ class message(object): ''' self.registration = ['sourceipaddress', 'destinationipaddress'] self.priority = 20 - self.geoip = pygeoip.GeoIP('/home/mozdef/envs/mozdef/bot/GeoLiteCity.dat', pygeoip.MEMORY_CACHE) + self.geoip = pygeoip.GeoIP('/home/mozdef/envs/mozdef/mq/GeoLiteCity.dat', pygeoip.MEMORY_CACHE) def ipLocation(self, ip): location = dict()