merge-requests/8/head
Bob Mottram 2020-11-05 23:49:42 +00:00
parent 5aac5f3a55
commit 2f1664597d
1 changed files with 1 additions and 0 deletions

View File

@ -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/' + \