blob: 5329a04ed2d7b8a8de09673d9d8a5d3768f3cb5a [file] [log] [blame]
import time
def main(request, response):
time.sleep(2)
return 200, [], b''