fix api response time

main
cahe 2 years ago
parent 53a8d3197e
commit cc1560abe4

@ -90,7 +90,7 @@ data:
class GetHandler(BaseHTTPRequestHandler):
def do_GET(self):
sleep(10)
sleep(1)
x = self.wfile.write
self.send_response(200)
self.send_header("Content-type", "text/html")

Loading…
Cancel
Save