gunicorn/examples/boot_fail.py
2024-04-22 03:33:14 +02:00

5 lines
107 B
Python

raise RuntimeError("Bad app!")
def app(environ, start_response):
assert 1 == 2, "Shouldn't get here."