forked from Dniel97/artemis
wacca: fix exception handling
This commit is contained in:
parent
d3b01e03c5
commit
69cd79003c
@ -179,4 +179,4 @@ class WaccaServlet:
|
|||||||
resp = BaseResponse()
|
resp = BaseResponse()
|
||||||
resp.status = 1
|
resp.status = 1
|
||||||
resp.message = "A server error occoured."
|
resp.message = "A server error occoured."
|
||||||
return end(resp)
|
return end(resp.make())
|
||||||
|
Loading…
Reference in New Issue
Block a user