main
Bob Mottram 2021-10-19 21:37:27 +01:00
parent 47e006b054
commit ebac89fb82
1 changed files with 1 additions and 1 deletions

View File

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