Browse Source

fix delay construction

main
ghost 5 months ago
parent
commit
a5429ca604
  1. 2
      src/cli/bot.php

2
src/cli/bot.php

@ -221,7 +221,7 @@ foreach ($config->feed as $feed) @@ -221,7 +221,7 @@ foreach ($config->feed as $feed)
);
// Apply delay
delay(
sleep(
$feed->queue->delay
);
}

Loading…
Cancel
Save