From 4a9e63e667c3c5e88be1fc8f8282e99df620ca67 Mon Sep 17 00:00:00 2001 From: zhangjianjun_code <7844966+zhangjianjun_code@user.noreply.gitee.com> Date: Thu, 12 Nov 2020 16:28:31 +0800 Subject: [PATCH] Optimize the issue closing process --- cve-py/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cve-py/main.py b/cve-py/main.py index 85e055a..9c2213b 100644 --- a/cve-py/main.py +++ b/cve-py/main.py @@ -15,10 +15,9 @@ Authors: xiaojianghui Date: 10/22/2020 11:01 AM """ +from controller import timertaskcontroller -from controller import timertaskcontroller, taskcontroller if __name__ == '__main__': - taskcontroller.runmappeingtask() print("The program starts, waiting for the timing task to execute") timertaskcontroller.timertask() -- Gitee