Refine
This commit is contained in:
2
main.py
2
main.py
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user