More format changes
This commit is contained in:
parent
3c9cd199de
commit
88f0f18d87
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class GeoIPHandler(object):
|
||||||
tar_dbfile = abspath(join(self.data_folder, 'GeoLite2-City.tar.gz'))
|
tar_dbfile = abspath(join(self.data_folder, 'GeoLite2-City.tar.gz'))
|
||||||
maxmind_url = ('https://download.maxmind.com/app/geoip_download?edition_id={db}&'
|
maxmind_url = ('https://download.maxmind.com/app/geoip_download?edition_id={db}&'
|
||||||
'suffix={suffix}&license_key={key}').format(db='GeoLite2-City', suffix='tar.gz',
|
'suffix={suffix}&license_key={key}').format(db='GeoLite2-City', suffix='tar.gz',
|
||||||
key=self.maxmind_license_key)
|
key=self.maxmind_license_key)
|
||||||
downloaded = False
|
downloaded = False
|
||||||
|
|
||||||
retry_counter = 0
|
retry_counter = 0
|
||||||
|
|
Loading…
Reference in a new issue