summaryrefslogtreecommitdiff
path: root/service/pixelated/resources/account_recovery_resource.py
diff options
context:
space:
mode:
Diffstat (limited to 'service/pixelated/resources/account_recovery_resource.py')
-rw-r--r--service/pixelated/resources/account_recovery_resource.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/pixelated/resources/account_recovery_resource.py b/service/pixelated/resources/account_recovery_resource.py
index 39ebb8d0..6781f209 100644
--- a/service/pixelated/resources/account_recovery_resource.py
+++ b/service/pixelated/resources/account_recovery_resource.py
@@ -19,7 +19,7 @@ import os
from pixelated.resources import BaseResource
from twisted.python.filepath import FilePath
from pixelated.resources import get_public_static_folder
-from twisted.web.http import OK
+from twisted.web.http import OK, INTERNAL_SERVER_ERROR
from twisted.web.template import Element, XMLFile, renderElement
from twisted.web.server import NOT_DONE_YET
from twisted.internet import defer