This commit is contained in:
Shawn Grigson 2023-09-10 19:34:50 -05:00
parent 705965a17c
commit c372b210d8
1 changed files with 1 additions and 0 deletions

View File

@ -643,6 +643,7 @@ def push_blocklist(token: str, host: str, blocklist: list[DomainBlock],
else: else:
log.info("Dry run selected. Not adding block.") log.info("Dry run selected. Not adding block.")
log.debug(f"Checking server blocks: {serverblocks}")
for block in serverblocks: for block in serverblocks:
log.debug(f"Checking block: {block}") log.debug(f"Checking block: {block}")