Add comments
This commit is contained in:
1
main.py
1
main.py
@@ -2725,6 +2725,7 @@ async def fastapi_run_project(network: str,start_time:str,end_time=None) -> str:
|
|||||||
#os.rename(filename2, filename)
|
#os.rename(filename2, filename)
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
# DingZQ, 2025-05-17
|
||||||
@app.get("/runsimulationbydate/", response_class = PlainTextResponse)
|
@app.get("/runsimulationbydate/", response_class = PlainTextResponse)
|
||||||
async def fastapi_run_project_by_date(network: str, querydate: str) -> str:
|
async def fastapi_run_project_by_date(network: str, querydate: str) -> str:
|
||||||
filename = 'c:/lock.simulation'
|
filename = 'c:/lock.simulation'
|
||||||
|
|||||||
Reference in New Issue
Block a user