merge-requests/21/head
Bob Mottram 2021-02-25 15:04:59 +00:00
parent 126f57c1a9
commit 823bac8258
1 changed files with 5 additions and 1 deletions

View File

@ -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 = \