From 3a6991ea6bda750f20ca16671a8e6d79ed152001 Mon Sep 17 00:00:00 2001 From: DingZQ Date: Sat, 17 May 2025 16:47:23 +0800 Subject: [PATCH] Add comments --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 1a95db2..4bb4af8 100644 --- a/main.py +++ b/main.py @@ -2725,6 +2725,7 @@ async def fastapi_run_project(network: str,start_time:str,end_time=None) -> str: #os.rename(filename2, filename) return result +# DingZQ, 2025-05-17 @app.get("/runsimulationbydate/", response_class = PlainTextResponse) async def fastapi_run_project_by_date(network: str, querydate: str) -> str: filename = 'c:/lock.simulation'