remove debug

This commit is contained in:
j 2020-03-22 17:45:35 +01:00
parent 4cce468dae
commit 9e272791bc
1 changed files with 0 additions and 1 deletions

View File

@ -404,7 +404,6 @@ def update_geoip(force=False):
match = re.compile('href=[\'"](http.*.mmdb.gz)').findall(index)
if match:
url = match[0]
print(url)
print('download', url)
ox.net.save_url(url, "%s.gz" % path)
if os.path.exists(path):