1
0
Fork 0

wacca: fix exception handling

This commit is contained in:
Hay1tsme 2023-11-17 10:45:18 -05:00
parent d3b01e03c5
commit 69cd79003c
1 changed files with 1 additions and 1 deletions

View File

@ -179,4 +179,4 @@ class WaccaServlet:
resp = BaseResponse()
resp.status = 1
resp.message = "A server error occoured."
return end(resp)
return end(resp.make())