audit update

This commit is contained in:
Shawn Grigson 2023-09-10 19:20:17 -05:00
parent 2a96ea7245
commit 705965a17c
1 changed files with 4 additions and 1 deletions

View File

@ -643,6 +643,9 @@ 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.")
for block in serverblocks:
log.debug(f"Checking block: {block}")
def load_config(configfile: str): def load_config(configfile: str):
"""Augment commandline arguments with config file parameters """Augment commandline arguments with config file parameters