From 3cd81eaca8a35e79993dcbcaabea7438038073f0 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 19 Oct 2021 21:25:11 +0100 Subject: [PATCH] Debug --- daemon.py | 1 + 1 file changed, 1 insertion(+) 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)