revert the wstring tokenization. coherency was affected

This commit is contained in:
Concedo 2023-06-24 12:58:49 +08:00
parent 6da38b0d40
commit 8342fe81b1
2 changed files with 9 additions and 9 deletions

View file

@ -225,7 +225,7 @@ maxhordectx = 1024
maxhordelen = 256
modelbusy = False
defaultport = 5001
KcppVersion = "1.32.2"
KcppVersion = "1.32.3"
showdebug = True
class ServerRequestHandler(http.server.SimpleHTTPRequestHandler):