elif path == '/chart.png':
                data = open('play/chart.png').read()
                self.send_response(200)
                self.send_header('Content-type', 'image/png')
                self.end_headers()