fix api response time

main
cahe 2 years ago
parent d35c7f1c5b
commit 26f3d0f269

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

Loading…
Cancel
Save