MCPcopy Create free account
hub / github.com/ab77/netflix-proxy / internalerror

Function internalerror

auth/auth.py:260–262  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

258
259# Set a custom internal error message
260def internalerror():
261 web.ctx.status = '500 Internal Server Error'
262 return web.internalerror(str(render.__500()))
263
264
265def flash(group, message):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected