mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
d1d8427cdd
commit
386621fb2c
|
@ -2168,6 +2168,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
boundary = boundary.split(';')[0]
|
boundary = boundary.split(';')[0]
|
||||||
fields = \
|
fields = \
|
||||||
extractTextFieldsInPOST(themeParams, boundary, debug)
|
extractTextFieldsInPOST(themeParams, boundary, debug)
|
||||||
|
print('themeDesigner: ' + str(fields))
|
||||||
|
|
||||||
# get the parameters from the theme designer screen
|
# get the parameters from the theme designer screen
|
||||||
themeDesignerParams = {}
|
themeDesignerParams = {}
|
||||||
|
|
Loading…
Reference in New Issue