Skip to content

Commit

Permalink
Minor patch: Must post to URL, not to a boolean!
Browse files Browse the repository at this point in the history
  • Loading branch information
JBorrow committed Jul 9, 2024
1 parent d2340ac commit e57b8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librarian_server/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def post_text_event_to_slack(text: str) -> None:
return

requests.post(
server_settings.slack_webhook_enable,
server_settings.slack_webhook_url,
json={
"username": server_settings.displayed_site_name,
"icon_emoji": ":ledger:",
Expand Down

0 comments on commit e57b8f9

Please sign in to comment.