mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-01 18:21:30 +08:00
5 lines
107 B
Python
5 lines
107 B
Python
raise RuntimeError("Bad app!")
|
|
|
|
def app(environ, start_response):
|
|
assert 1 == 2, "Shouldn't get here."
|