mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-04-04 12:48:53 +00:00
add ip_db_path initialization
This commit is contained in:
@@ -303,7 +303,8 @@ def _main():
|
||||
syslog_port=None,
|
||||
log_file=args.log_file,
|
||||
n_procs=1,
|
||||
chunk_size=1
|
||||
chunk_size=1,
|
||||
ip_db_path = None
|
||||
)
|
||||
args = arg_parser.parse_args()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user