From 456237b288835e00994abe449a677a99d7d7bda7 Mon Sep 17 00:00:00 2001 From: Leo Bao Date: Thu, 29 Aug 2024 12:31:51 -0700 Subject: [PATCH] PAPP-34503 - fix version and linting --- README.md | 2 +- smtp.json | 2 +- smtp_connector.py | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d0d1d31..accad59 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # SMTP Publisher: Splunk -Connector Version: 3.2.0 +Connector Version: 3.2.1 Product Vendor: Generic Product Name: SMTP Product Version Supported (regex): ".\*" diff --git a/smtp.json b/smtp.json index 5cf754a..afb6dda 100644 --- a/smtp.json +++ b/smtp.json @@ -5,7 +5,7 @@ "publisher": "Splunk", "type": "email", "main_module": "smtp_connector.py", - "app_version": "3.2.0", + "app_version": "3.2.1", "utctime_updated": "2024-03-06T13:04:08.000000Z", "package_name": "phantom_smtp", "product_vendor": "Generic", diff --git a/smtp_connector.py b/smtp_connector.py index fef2bc1..d67146c 100644 --- a/smtp_connector.py +++ b/smtp_connector.py @@ -794,7 +794,6 @@ def _is_html(self, body): return False def _send_email(self, param, action_result): - action_id = self.get_action_identifier() # username = self.get_config()[phantom.APP_JSON_USERNAME] config = self.get_config()