diff --git a/daemon.py b/daemon.py index abe2dd6fa..5a5c9c329 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):