From 2f1664597deec4098d027837bc8a1497d690f7e4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 5 Nov 2020 23:49:42 +0000 Subject: [PATCH] Debug --- daemon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon.py b/daemon.py index 75944c34..9c10b9da 100644 --- a/daemon.py +++ b/daemon.py @@ -3111,6 +3111,7 @@ class PubServer(BaseHTTPRequestHandler): # extract all of the text fields into a dict fields = \ extractTextFieldsInPOST(postBytes, boundary, debug) + print('citationstest: ' + str(fields)) if fields.get('citations'): citationsFilename = \ baseDir + '/accounts/' + \