Skip to content

Commit

Permalink
Fixed to fail post summary to Slack
Browse files Browse the repository at this point in the history
  • Loading branch information
masuidrive committed Mar 6, 2023
1 parent c5e81b6 commit a6f6055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion summarizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def runner():
if DEBUG:
print("\n".join(result_text))
else:
retry(slack_client.postSummary(title + "\n".join(result_text)),
retry(lambda: slack_client.postSummary(title + "\n".join(result_text)),
exception=SlackApiError)


Expand Down

0 comments on commit a6f6055

Please sign in to comment.