forgot to delete period again
This commit is contained in:
parent
d2829608bd
commit
d1079ab949
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ def geoip_download():
|
|||
|
||||
def geo_lookup(ipaddress):
|
||||
|
||||
dbfile = abspath(join('..', 'data', 'GeoLite2-City.mmdb'))
|
||||
dbfile = abspath(join('.', 'data', 'GeoLite2-City.mmdb'))
|
||||
now = time.time()
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue