fix: webserver response times

main
cahe 2 years ago
parent c29ed40816
commit 23ff3c808a

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

Loading…
Cancel
Save