unbound: typo (#6168)

This commit is contained in:
kulikov-a 2022-12-05 10:42:38 +03:00 committed by GitHub
parent c714f08f92
commit 623b2643e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'])
))