From 9c5b7a0e7aef2ba3fff8d159abacd7981ebc7d75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=80=9D=E5=B7=9D?= Date: Mon, 20 Dec 2021 15:53:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- input/InputForm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/input/InputForm.py b/input/InputForm.py index 160c9c3..ce9f250 100644 --- a/input/InputForm.py +++ b/input/InputForm.py @@ -45,9 +45,9 @@ class InputForm: """ 提交数据,执行综合信用评价 Parameters: - param: desc + - Returns: - res: desc + 评分执行结果 """ if exec_general_rating_scripts(self.cid): return "评分成功,请前往主页查看", 200