mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-08-22 13:37:15 +00:00
4 lines
55 B
Python
4 lines
55 B
Python
def application(env, start_response):
|
|
while 1:
|
|
pass
|