From 517d3b79a2a5f9612a761661bfa28be1bad6303b Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Fri, 31 Jan 2025 11:54:43 -0600 Subject: [PATCH] remove user display from error --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 55b6862..36b77cc 100644 --- a/main.py +++ b/main.py @@ -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." )