Skip to content

Commit

Permalink
asthetics
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrychu committed Jan 23, 2024
1 parent 5bbc3d8 commit 4604029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def send_slack_message(data: dict[str, str], webhook: str) -> str:
text= ""
for key, value in data.items():
text += f"- {key}: {value}\n"
text += f"⦿ {key}: {value}\n"

payload = {"text": text}
payload_json = json.dumps(payload)
Expand Down

0 comments on commit 4604029

Please sign in to comment.