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())