From 31d71e9722168f451d5e9438bbd2e3df4fdaa220 Mon Sep 17 00:00:00 2001 From: PlaceReporter99 <106759534+PlaceReporter99@users.noreply.github.com> Date: Tue, 30 Apr 2024 15:25:36 +0100 Subject: [PATCH] Update sendmsg.py --- sendmsg.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sendmsg.py b/sendmsg.py index b17516d..bd507f3 100644 --- a/sendmsg.py +++ b/sendmsg.py @@ -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) \ No newline at end of file