mirror of
https://github.com/anikeen-com/print-cli.git
synced 2026-03-13 13:46:07 +00:00
Fix sleep
This commit is contained in:
@@ -85,6 +85,7 @@ class ServeCommand extends Command
|
||||
$jobs = $response->json();
|
||||
|
||||
if (empty($jobs)) {
|
||||
sleep(2);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user