Merge pull request #315 from h4ck3rm1k3/patch-1

untie
This commit is contained in:
Eli Uriegas 2017-01-19 08:28:18 -06:00 committed by GitHub
commit aed8255a8b

View File

@ -232,7 +232,7 @@ class Sanic:
e, format_exc())) e, format_exc()))
else: else:
response = HTTPResponse( response = HTTPResponse(
"An error occured while handling an error") "An error occurred while handling an error")
response_callback(response) response_callback(response)