mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
unbound: typo (#6168)
This commit is contained in:
parent
c714f08f92
commit
623b2643e6
@ -165,5 +165,5 @@ if __name__ == '__main__':
|
||||
os.replace('/var/unbound/data/dnsbl.json.new', '/var/unbound/data/dnsbl.json')
|
||||
|
||||
syslog.syslog(syslog.LOG_NOTICE, "blocklist download done in %0.2f seconds (%d records)" % (
|
||||
time.time() - startup_time, len(blocklist_items)
|
||||
time.time() - startup_time, len(blocklist_items['data'])
|
||||
))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user