mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
5aac5f3a55
commit
2f1664597d
|
@ -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/' + \
|
||||
|
|
Loading…
Reference in New Issue