From ebac89fb82c52a4bfc75491c9d131e04a26e524f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 19 Oct 2021 21:37:27 +0100 Subject: [PATCH] Debug --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index 1bb332034..54d1080da 100644 --- a/daemon.py +++ b/daemon.py @@ -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)