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