diff --git a/src/cli/bot.php b/src/cli/bot.php index 8acd7ba..5e4bf30 100644 --- a/src/cli/bot.php +++ b/src/cli/bot.php @@ -224,5 +224,8 @@ foreach ($config->feed as $feed) sleep( $feed->queue->delay ); + + // Increase K value + $k++; } }