fixed fstat64 build error on mac

This commit is contained in:
Concedo 2023-05-29 15:50:07 +08:00
parent 28f1196f65
commit 97b39f875c
2 changed files with 5 additions and 5 deletions

View file

@ -210,7 +210,7 @@ maxctx = 2048
maxlen = 128
modelbusy = False
defaultport = 5001
KcppVersion = "1.26"
KcppVersion = "1.27"
class ServerRequestHandler(http.server.SimpleHTTPRequestHandler):
sys_version = ""