no message

This commit is contained in:
hellcat 2025-11-26 02:42:41 +08:00
parent f7c6d85247
commit 95433ec4c5

View File

@ -30,7 +30,7 @@ final class Cron
echo "cron开始执行\n\n";
if ($h % 6 === 0 && $i % 3 === 0) {
if ($h % 6 === 0 && $i === 3) {
CronBook::randbox_notify();
}