From b7092053605ee9a8976f1cde8ab0504413f0b420 Mon Sep 17 00:00:00 2001 From: ImAyx Date: Mon, 2 Dec 2024 17:11:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E6=8A=9B=E5=87=BA=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E4=BB=A5=E4=BE=BF=20GitHub=20Actions=20=E8=8E=B7?= =?UTF-8?q?=E7=9F=A5=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index fa85950..c41be6f 100644 --- a/main.py +++ b/main.py @@ -219,4 +219,5 @@ if __name__ == "__main__": sct_msg += f"执行过程中出错:{str(e)}" if sct_key: httpx.get(sct_url, params={"desp": sct_msg}) + raise logger.info("所有任务已经执行完毕!")