remove user display from error

This commit is contained in:
Firepup Sixfifty 2025-01-31 11:54:43 -06:00
parent a812f60b45
commit 517d3b79a2
Signed by: Firepup650
SSH key fingerprint: SHA256:cb8sEJwc0kQJ6/nMUhscWRe35itf0NFMdSKl3v4qt48

View file

@ -34,7 +34,7 @@ def useridToChannel(
except:
log(format_exc(), "ERROR")
fail(
"An error occured app-side trying to process this workflow step. Please contact <@U06JLP2R8JV> (Firepup650) about this issue."
"An error occured app-side trying to process this workflow step. Please contact <@U06JLP2R8JV> about this issue."
)
@ -56,7 +56,7 @@ def getMessageContent(
except:
log(format_exc(), "ERROR")
fail(
"An error occured app-side trying to process this workflow step. Please contact <@U06JLP2R8JV> (Firepup650) about this issue."
"An error occured app-side trying to process this workflow step. Please contact <@U06JLP2R8JV> about this issue."
)