Print result
This commit is contained in:
4
main.py
4
main.py
@@ -80,7 +80,9 @@ async def fastapi_dump_inp(network: str, inp: str) -> None:
|
||||
|
||||
@app.get("/runproject/")
|
||||
async def fastapi_run_project(network: str) -> str:
|
||||
return run_project(network)
|
||||
result = run_project(network)
|
||||
print(result)
|
||||
return result
|
||||
|
||||
# put in inp folder, name without extension
|
||||
@app.get("/runinp/")
|
||||
|
||||
Reference in New Issue
Block a user