mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
5b8367fe68
commit
97bf9bfac6
|
@ -2170,7 +2170,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
|
|
||||||
fields = {}
|
fields = {}
|
||||||
print('themeParams: ' + str(themeParams))
|
print('themeParams: ' + str(themeParams))
|
||||||
with open(baseDir + '/teststr.txt') as fp:
|
with open(baseDir + '/teststr.txt', 'w+') as fp:
|
||||||
fp.write(themeParams)
|
fp.write(themeParams)
|
||||||
fieldsList = themeParams.split('&')
|
fieldsList = themeParams.split('&')
|
||||||
for fieldStr in fieldsList:
|
for fieldStr in fieldsList:
|
||||||
|
|
Loading…
Reference in New Issue