mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
5b8367fe68
commit
97bf9bfac6
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue