mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-05-23 20:35:23 +00:00
More debugging
This commit is contained in:
@@ -201,7 +201,7 @@ def save_aggregate_report_to_elasticsearch(aggregate_report):
|
||||
|
||||
search = aggregate_index.search()
|
||||
search.query = org_name_query & report_id_query & domain_query
|
||||
print(search.query)
|
||||
print(search.to_dict())
|
||||
existing = search.execute()
|
||||
if len(existing) > 0:
|
||||
raise AlreadySaved("Aggregate report ID {0} from {1} about {2} "
|
||||
|
||||
Reference in New Issue
Block a user