Skip to content

Commit

Permalink
Add latest changes from parent
Browse files Browse the repository at this point in the history
  • Loading branch information
petechd committed Dec 13, 2024
1 parent 82cced7 commit 366d9a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/slack_notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,13 @@ def post_slack_notification(
response = client.files_upload_v2(
channel=slack_channel,
content=content,
filetype=file_type,
title=title,
initial_comment=initial_comment,
)

else:
response = client.files_upload_v2(
channel=slack_channel,
file=attachment_filename,
title=title,
initial_comment=initial_comment,
)
Expand Down

0 comments on commit 366d9a1

Please sign in to comment.