From 33fa387b3cb9dd80b833abb7b5d40c52ec436175 Mon Sep 17 00:00:00 2001 From: Someone Date: Mon, 10 Jan 2022 00:55:01 +0100 Subject: [PATCH] core/MMBot.py --- core/MMBot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/MMBot.py b/core/MMBot.py index d51d6c7..275ed86 100644 --- a/core/MMBot.py +++ b/core/MMBot.py @@ -310,7 +310,7 @@ class MMBot(): except Exception as e: self.bot.debug_chan("##### Exception in ``"+self.path.strip("/")+"``: ``"+repr(e)+"``\n# :boom::boom::boom::boom::boom:") logger.exception("do_POST(): Exception in: %s\nRequest-data:%s", self.path.strip("/"), pprint.pformat(data)) - self.respond_cmd_err("A serverside error occured. You are likely not at fault. @someone should have been contacted.", http_code=500, if_nonzero_secondary='ignore') + self.respond_cmd_err("A serverside error occured. @someone should have been contacted.", http_code=500, if_nonzero_secondary='ignore') # Send a response to the channel. -- 2.43.0