mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-04-04 12:48:53 +00:00
Merge pull request #294 from taladar/ip_db_path
add ip_db_path initialization
This commit is contained in:
@@ -311,7 +311,8 @@ def _main():
|
||||
gmail_api_test = False,
|
||||
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