From 97d00d04ab1805385c245c2cae8e1d660d2da48c Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Mon, 16 Jun 2025 21:16:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0report.py=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E5=90=8E=E7=BB=AD=E6=89=A7=E8=A1=8C=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E9=97=B4=E9=9A=94=E8=AE=BE=E7=BD=AE=EF=BC=8C=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E4=B8=BA=E6=AF=8F60=E5=88=86=E9=92=9F=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E4=B8=80=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.py b/report.py index 2c796e9..85e1722 100644 --- a/report.py +++ b/report.py @@ -16,7 +16,7 @@ last_main_run = 0 last_subsequent_run = 0 MAIN_INTERVAL = 60 * 5 # 每 5 分钟执行一次 -SUBSEQUENT_INTERVAL = 60 * 2 # 每 60 分钟执行一次 +SUBSEQUENT_INTERVAL = 60 * 60 # 每 60 分钟执行一次 while True: now = int(time.time())