fix api response time

main
cahe 2 years ago
parent 5da4ffb7bd
commit 7796b2c505

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

Loading…
Cancel
Save