mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix log message to indicate successful download of good entries in greylist and whitelist scripts
This commit is contained in:
parent
6bfe852b44
commit
f5e183dc99
2 changed files with 2 additions and 2 deletions
|
|
@ -169,7 +169,7 @@ try:
|
|||
content += data + b"\n"
|
||||
i += 1
|
||||
|
||||
LOGGER.info(f"Downloaded {i} bad {kind}")
|
||||
LOGGER.info(f"Downloaded {i} good {kind}")
|
||||
|
||||
cached, err = JOB.cache_file(url_file, b"# Downloaded from " + url.encode("utf-8") + b"\n" + content)
|
||||
if not cached:
|
||||
|
|
|
|||
|
|
@ -169,7 +169,7 @@ try:
|
|||
content += data + b"\n"
|
||||
i += 1
|
||||
|
||||
LOGGER.info(f"Downloaded {i} bad {kind}")
|
||||
LOGGER.info(f"Downloaded {i} good {kind}")
|
||||
|
||||
cached, err = JOB.cache_file(url_file, b"# Downloaded from " + url.encode("utf-8") + b"\n" + content)
|
||||
if not cached:
|
||||
|
|
|
|||
Loading…
Reference in a new issue