mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
f04cbd0e21
commit
0f37e78d17
|
@ -3113,6 +3113,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
# extract all of the text fields into a dict
|
# extract all of the text fields into a dict
|
||||||
fields = \
|
fields = \
|
||||||
extractTextFieldsInPOST(postBytes, boundary, debug)
|
extractTextFieldsInPOST(postBytes, boundary, debug)
|
||||||
|
print('citationstest: ' + str(fields))
|
||||||
citations = []
|
citations = []
|
||||||
for dateStr, item in newswire.items():
|
for dateStr, item in newswire.items():
|
||||||
if fields.get(dateStr):
|
if fields.get(dateStr):
|
||||||
|
|
Loading…
Reference in New Issue