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
|
||||
fields = \
|
||||
extractTextFieldsInPOST(postBytes, boundary, debug)
|
||||
print('citationstest: ' + str(fields))
|
||||
citations = []
|
||||
for dateStr, item in newswire.items():
|
||||
if fields.get(dateStr):
|
||||
|
|
Loading…
Reference in New Issue