Force reinstall of GeoLite2 database

This commit is contained in:
JonnyWong16 2019-12-25 13:43:12 -08:00
parent 0428df8e3f
commit ee91da2ff1
3 changed files with 3 additions and 4 deletions

View file

@ -928,7 +928,6 @@ class Config(object):
self.CONFIG_VERSION = 13
if self.CONFIG_VERSION == 13:
self.GEOIP_DB_INSTALLED = int(bool(self.GEOIP_DB))
if not self.GEOIP_DB:
self.GEOIP_DB = os.path.join(plexpy.DATA_DIR, 'GeoLite2-City.mmdb')