more revert

This commit is contained in:
Shawn Grigson 2023-09-12 08:14:53 -05:00
parent 3592c97627
commit 0a63a47ff1
1 changed files with 0 additions and 4 deletions

View File

@ -581,10 +581,6 @@ def push_blocklist(token: str, host: str, blocklist: list[DomainBlock],
# # Convert serverblocks to a dictionary keyed by domain name
# knownblocks = {row.domain: row for row in serverblocks}
log.debug(f"Checking server blocks: {serverblocks}")
for block in serverblocks:
log.debug(f"Checking block: {block}")
for newblock in blocklist.values():
log.debug(f"Processing block: {newblock}")