Skip to content

Commit da431d7

Browse files
authored
fix: finalising function
1 parent e922b4a commit da431d7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

email/1.3.0/src/app.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,7 @@ def send_email_shuffle(self, apikey, recipients, subject, body):
6969

7070
data = {"targets": targets, "body": body, "subject": subject, "type": "alert", "email_app": True, "reference_execution": self.current_execution_id}
7171

72-
# url = "https://shuffler.io/functions/sendmail"
73-
74-
url = "https://7692-2405-201-4019-f142-8124-2465-9b7d-4945.ngrok-free.app/functions/sendmail"
75-
76-
print("apikey: ", apikey, " authorization: ", self.authorization)
77-
78-
time.sleep(10)
72+
url = "https://shuffler.io/functions/sendmail"
7973

8074
if apikey.strip() == "" and self.authorization != "standalone":
8175
apikey = self.authorization

0 commit comments

Comments
 (0)