more revert
This commit is contained in:
parent
3592c97627
commit
0a63a47ff1
|
@ -581,10 +581,6 @@ def push_blocklist(token: str, host: str, blocklist: list[DomainBlock],
|
||||||
# # Convert serverblocks to a dictionary keyed by domain name
|
# # Convert serverblocks to a dictionary keyed by domain name
|
||||||
# knownblocks = {row.domain: row for row in serverblocks}
|
# 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():
|
for newblock in blocklist.values():
|
||||||
|
|
||||||
log.debug(f"Processing block: {newblock}")
|
log.debug(f"Processing block: {newblock}")
|
||||||
|
|
Loading…
Reference in New Issue