From 570b0645f8f51706d984ff9ba97e0a79d733bf66 Mon Sep 17 00:00:00 2001 From: yhy <31311038+yhy0@users.noreply.github.com> Date: Tue, 14 Feb 2023 15:02:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=BB=91=E5=90=8D=E5=8D=95,?= =?UTF-8?q?=E4=B9=8B=E5=89=8D=E6=90=9E=E6=88=90=E6=B2=A1=E4=B8=89=E5=88=86?= =?UTF-8?q?=E9=92=9F=E6=B8=85=E9=9B=B6=E4=BA=86,=E6=8A=B1=E6=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- github_cve_monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github_cve_monitor.py b/github_cve_monitor.py index d14bc31..f4f35c9 100644 --- a/github_cve_monitor.py +++ b/github_cve_monitor.py @@ -678,7 +678,7 @@ if __name__ == '__main__': # 判断是否达到设定时间 now = datetime.datetime.now() # 到达设定时间,结束内循环 - if now.hour == 23 and now.minute > 55: + if now.hour == 23 and now.minute > 50: counter = {} # 每天初始化黑名单 tools_list, keyword_list, user_list = load_tools_list()