main
Bob Mottram 2021-10-19 21:25:11 +01:00
parent 16f8f023e5
commit 3cd81eaca8
1 changed files with 1 additions and 0 deletions

View File

@ -12704,6 +12704,7 @@ class PubServer(BaseHTTPRequestHandler):
elif graph == 'get':
graph == '_GET'
watchPointsJson = sortedWatchPoints(self.server.fitness, graph)
print('watchPointsJson: ' + str())
msg = json.dumps(watchPointsJson,
ensure_ascii=False).encode('utf-8')
msglen = len(msg)