Skip to content

Commit

Permalink
updateagrguments passed into Slack Upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuyuutsu committed Dec 13, 2024
1 parent 99136f4 commit f6fd449
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 f6fd449

Please sign in to comment.