forked from indymedia/epicyon
Debug
parent
5aac5f3a55
commit
2f1664597d
|
@ -3111,6 +3111,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))
|
||||||
if fields.get('citations'):
|
if fields.get('citations'):
|
||||||
citationsFilename = \
|
citationsFilename = \
|
||||||
baseDir + '/accounts/' + \
|
baseDir + '/accounts/' + \
|
||||||
|
|
Loading…
Reference in New Issue