This commit is contained in:
DingZQ
2023-10-20 23:40:07 +08:00
parent 3ed7e5a8bf
commit bb9471321d

View File

@@ -24,7 +24,6 @@ inpDir = "C:/inpfiles/"
tmpDir = "C:/tmpfiles/"
lockedPrjs = {}
isSimulaion = False
if not os.path.exists(inpDir):
os.mkdir(inpDir)
@@ -34,6 +33,8 @@ if not os.path.exists(tmpDir):
app = FastAPI()
isSimulaion = False
app.add_middleware(GZipMiddleware, minimum_size=1000)
############################################################