forked from 0x2620/pandora
remove debug
This commit is contained in:
parent
4cce468dae
commit
9e272791bc
1 changed files with 0 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue