diff --git a/cronjob.php b/cronjob.php index 84e222e..8e156a9 100644 --- a/cronjob.php +++ b/cronjob.php @@ -21,6 +21,7 @@ foreach($roots as $root) { $i = 0; foreach($groups as $group) { if(catchExceptions($group['channel_name'], $exceptions)) { + $groupCount--; continue; } $i++;