From 0f37e78d17b32c97b9dfdf9cea12689a30c96ce8 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 6 Nov 2020 10:12:29 +0000 Subject: [PATCH] Debug --- daemon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon.py b/daemon.py index abe2dd6f..5a5c9c32 100644 --- a/daemon.py +++ b/daemon.py @@ -3113,6 +3113,7 @@ class PubServer(BaseHTTPRequestHandler): # extract all of the text fields into a dict fields = \ extractTextFieldsInPOST(postBytes, boundary, debug) + print('citationstest: ' + str(fields)) citations = [] for dateStr, item in newswire.items(): if fields.get(dateStr):