From 893d0a4f03dafa9e324abd036bd1fe36fb889c1a Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Fri, 20 Mar 2026 15:28:38 -0400 Subject: [PATCH] Update parsedmarc/cli.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- parsedmarc/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsedmarc/cli.py b/parsedmarc/cli.py index 0946be5..31b1091 100644 --- a/parsedmarc/cli.py +++ b/parsedmarc/cli.py @@ -1249,7 +1249,7 @@ def _main(): try: if kafka_client: kafka_client.save_smtp_tls_reports_to_kafka( - reports_["smtp_tls_reports"], kafka_smtp_tls_topic + [report], kafka_smtp_tls_topic ) except Exception as error_: log_output_error("Kafka", error_.__str__())