mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
126f57c1a9
commit
823bac8258
|
@ -4046,7 +4046,11 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
postImageFilename)
|
||||
|
||||
if '&previewAvatar=' in postBytes:
|
||||
print('previewAvatar in postBytes: ' + str(postBytes))
|
||||
print('previewAvatar in postBytes')
|
||||
if '&prevWelcomeScreen=' in postBytes:
|
||||
print('prevWelcomeScreen in postBytes')
|
||||
if '&nextWelcomeScreen=' in postBytes:
|
||||
print('nextWelcomeScreen in postBytes')
|
||||
|
||||
# extract all of the text fields into a dict
|
||||
fields = \
|
||||
|
|
Loading…
Reference in New Issue