fixing memory bugs

This commit is contained in:
Concedo 2023-06-23 18:41:23 +08:00
parent e6ddb15c3a
commit df9135e3a9
5 changed files with 12 additions and 8 deletions

View file

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