Remove sleep
This commit is contained in:
parent
b18a9ba3c9
commit
2e0ec011f2
1 changed files with 0 additions and 1 deletions
|
@ -190,7 +190,6 @@ final class GetRaffleWinnerCommand extends Command
|
||||||
private function openWinnerPhoto(): void
|
private function openWinnerPhoto(): void
|
||||||
{
|
{
|
||||||
if ($photo = Arr::get($this->winner, 'member.photo.photo_link')) {
|
if ($photo = Arr::get($this->winner, 'member.photo.photo_link')) {
|
||||||
sleep(3);
|
|
||||||
exec(sprintf('xdg-open %s', $photo));
|
exec(sprintf('xdg-open %s', $photo));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue