From ff9c0a00955fc3017d3cd6f21fa70b80f4dc05e9 Mon Sep 17 00:00:00 2001 From: DingZQ Date: Fri, 28 Mar 2025 22:38:55 +0800 Subject: [PATCH] Refine --- online_Analysis.py | 1 + 1 file changed, 1 insertion(+) diff --git a/online_Analysis.py b/online_Analysis.py index 1c0ce3c..1c3b69b 100644 --- a/online_Analysis.py +++ b/online_Analysis.py @@ -885,6 +885,7 @@ def store_scheme_info(name: str, scheme_name: str, scheme_type: str, username: s :param scheme_detail: 方案详情(字典,会转换为 JSON) :return: """ + print("开始存储方案信息...") try: conn_string = f"dbname={name} host=127.0.0.1" with psycopg.connect(conn_string) as conn: