Skip to content

Instantly share code, notes, and snippets.

View skritch's full-sized avatar

Sam Kritchevsky skritch

View GitHub Profile
"""
Usage:
import debug
class BaseHandler(tornado.web.RequestHandler):
def get_error_html(self, status_code, **kwargs):
if self.application.settings['debug']:
return debug.display(self, kwargs['exception'])