main
Bob Mottram 2021-12-04 19:56:00 +00:00
parent d1d8427cdd
commit 386621fb2c
1 changed files with 1 additions and 0 deletions

View File

@ -2168,6 +2168,7 @@ class PubServer(BaseHTTPRequestHandler):
boundary = boundary.split(';')[0]
fields = \
extractTextFieldsInPOST(themeParams, boundary, debug)
print('themeDesigner: ' + str(fields))
# get the parameters from the theme designer screen
themeDesignerParams = {}