Skip to content

Commit

Permalink
Update sendmsg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PlaceReporter99 committed Apr 30, 2024
1 parent 6ca98c2 commit 31d71e9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sendmsg.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ def indent(text):
return "\n".join(" " + x for x in text.split("\n"))


r.send(
indent(f'Event "{EVENT_NAME}" was triggered by {f"[{cleaned}](https://github.com/{cleaned})"}.\nPayload:\n{PAYLOAD}')
)
r.send(f'Event "{EVENT_NAME}" was triggered by {f"[{cleaned}](https://github.com/{cleaned})"}.\nPayload:')
r.send(PAYLOAD)

0 comments on commit 31d71e9

Please sign in to comment.