mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-06-16 02:15:48 +00:00
4 lines
64 B
Python
4 lines
64 B
Python
def application(env, start_response):
|
|
while 1:
|
|
pass
|