main
Bob Mottram 2021-10-19 21:53:11 +01:00
parent 8616d392ae
commit b92e4a77da
1 changed files with 1 additions and 1 deletions

View File

@ -12688,7 +12688,7 @@ class PubServer(BaseHTTPRequestHandler):
msg = \
htmlWatchPointsGraph(self.server.baseDir,
self.server.fitness,
graph, 16)
graph, 16).encode('utf-8')
msglen = len(msg)
self._set_headers('text/html', msglen,
cookie, callingDomain, False)