forgot to delete period

This commit is contained in:
Nicholas St. Germain 2018-12-01 17:53:03 -06:00
parent e68dfbe9bb
commit d2829608bd

View file

@ -271,7 +271,7 @@ class TautulliStream(NamedTuple):
stream_subtitle_container: str
def geoip_download():
tar_dbfile = abspath(join('..', 'data', 'GeoLite2-City.tar.gz'))
tar_dbfile = abspath(join('.', 'data', 'GeoLite2-City.tar.gz'))
url = 'http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz'
urlretrieve(url, tar_dbfile)
tar = tarfile.open(tar_dbfile, "r:gz")