merge-requests/8/head
Bob Mottram 2020-11-06 10:12:29 +00:00
parent f04cbd0e21
commit 0f37e78d17
1 changed files with 1 additions and 0 deletions

View File

@ -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):