Skip to content

Commit f0e3381

Browse files
committed
Fix incorrect total count for iris enrich
1 parent da927cf commit f0e3381

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

domaintools/api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,6 @@ def iris_enrich(self, *domains, **kwargs):
521521

522522
results["results"] = filtered_results
523523
results["results_count"] = len(filtered_results)
524-
results["total_count"] = len(filtered_results)
525524

526525
return results
527526

0 commit comments

Comments
 (0)