diff --git a/daemon.py b/daemon.py index b89f52331..065bb98fa 100644 --- a/daemon.py +++ b/daemon.py @@ -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)