mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-07-05 16:25:09 +00:00
Update elastic.py
fix typo
This commit is contained in:
@@ -340,7 +340,7 @@ def save_aggregate_report_to_elasticsearch(aggregate_report,
|
||||
|
||||
for record in aggregate_report["records"]:
|
||||
agg_doc = _AggregateReportDoc(
|
||||
xml_schemea=aggregate_report["xml_schema"],
|
||||
xml_schema=aggregate_report["xml_schema"],
|
||||
org_name=metadata["org_name"],
|
||||
org_email=metadata["org_email"],
|
||||
org_extra_contact_info=metadata["org_extra_contact_info"],
|
||||
|
||||
Reference in New Issue
Block a user