main
Bob Mottram 2021-12-05 21:16:33 +00:00
parent 5b8367fe68
commit 97bf9bfac6
1 changed files with 1 additions and 1 deletions

View File

@ -2170,7 +2170,7 @@ class PubServer(BaseHTTPRequestHandler):
fields = {}
print('themeParams: ' + str(themeParams))
with open(baseDir + '/teststr.txt') as fp:
with open(baseDir + '/teststr.txt', 'w+') as fp:
fp.write(themeParams)
fieldsList = themeParams.split('&')
for fieldStr in fieldsList: