merge-requests/6/head
Bob Mottram 2019-11-29 12:28:45 +00:00
parent 2d53a75972
commit 3d2402590b
1 changed files with 1 additions and 1 deletions

View File

@ -3457,7 +3457,7 @@ class PubServer(BaseHTTPRequestHandler):
fields=extractTextFieldsInPOST(postBytes,boundary,self.server.debug)
#debug
if postType=='newquestion':
print("QUESTION: fields "str(fields))
print("QUESTION: fields "+str(fields))
if self.server.debug:
if fields:
print('DEBUG: text field extracted from POST '+str(fields))