main
Bob Mottram 2021-12-05 21:11:04 +00:00
parent 11fbcec55f
commit e6dbfad6ba
1 changed files with 1 additions and 0 deletions

View File

@ -2169,6 +2169,7 @@ class PubServer(BaseHTTPRequestHandler):
return
fields = {}
print('themeParams: ' + str(themeParams))
fieldsList = themeParams.split('&')
for fieldStr in fieldsList:
if '=' not in fieldStr: