forked from indymedia/epicyon
Typo
parent
2d53a75972
commit
3d2402590b
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue