Update parsedmarc/cli.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Sean Whalen
2026-03-20 15:28:38 -04:00
committed by GitHub
parent 58e07140a8
commit 893d0a4f03
+1 -1
View File
@@ -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__())