mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-05-04 19:15:25 +00:00
Update parsedmarc/cli.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -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__())
|
||||
|
||||
Reference in New Issue
Block a user