fix startup bug

Pretty silly typo means `parsedmarc` completely fails unless `parsedmarc.ini` has `general.aggregate_json_filename` explicitly set
This commit is contained in:
Casper da Costa-Luis
2021-06-23 12:06:29 +01:00
committed by GitHub
parent 4c5a266f19
commit a10e6592fe

View File

@@ -222,7 +222,7 @@ def _main():
strip_attachment_payloads=args.strip_attachment_payloads,
output=args.output,
aggregate_csv_filename=args.aggregate_csv_filename,
aggreate_json_filename=args.aggregate_json_filename,
aggregate_json_filename=args.aggregate_json_filename,
forensic_csv_filename=args.forensic_csv_filename,
forensic_json_filename=args.forensic_json_filename,
nameservers=args.nameservers,