This commit is contained in:
DingZQ
2023-10-27 21:12:32 +08:00
parent f29047f535
commit 6f22063a72

View File

@@ -159,7 +159,7 @@ async def fastapi_run_project(network: str) -> str:
raise HTTPException(status_code=409, detail="is in simulation")
else:
print('file doesnt exists')
f = open(filename, "w")
f = open(filename, "a")
f.write("locksimulaiton")
f.close()
result = run_project(network)