From 69cd79003ce7ec43cdb9a82447f7276a9c02cc64 Mon Sep 17 00:00:00 2001 From: Hay1tsme Date: Fri, 17 Nov 2023 10:45:18 -0500 Subject: [PATCH] wacca: fix exception handling --- titles/wacca/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/titles/wacca/index.py b/titles/wacca/index.py index d27dc8e..a3a0655 100644 --- a/titles/wacca/index.py +++ b/titles/wacca/index.py @@ -179,4 +179,4 @@ class WaccaServlet: resp = BaseResponse() resp.status = 1 resp.message = "A server error occoured." - return end(resp) + return end(resp.make())