From aa7a63e8912d8e8583c180f2a142b5bc7f4a104e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 17 Dec 2020 17:41:36 +0000 Subject: [PATCH] Debug --- daemon.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/daemon.py b/daemon.py index ce10b974c..c04f9831a 100644 --- a/daemon.py +++ b/daemon.py @@ -5660,6 +5660,9 @@ class PubServer(BaseHTTPRequestHandler): if filename: saveJson(newswire[dateStr][votesIndex], filename + '.votes') + else: + print('No newswire item with date: ' + dateStr + ' ' + + str(newswire)) originPathStrAbsolute = \ httpPrefix + '://' + domainFull + originPathStr + '/' + \