diff options
| author | horus | 2021-01-03 16:24:43 +0100 |
|---|---|---|
| committer | horus | 2021-01-03 16:24:43 +0100 |
| commit | a2cb34aa3707a5542e0b505e6ae963d9cc54d668 (patch) | |
| tree | 8539036e4cfdcc7feefe431159bd93cb1f408afc /app/Console/Kernel.php | |
| parent | 3f0c4e74b919ba658ac7c1a0a08594b75bc461d7 (diff) | |
| download | senpai-a2cb34aa3707a5542e0b505e6ae963d9cc54d668.tar.gz | |
Add annoying malformed HTML.
Diffstat (limited to 'app/Console/Kernel.php')
| -rw-r--r-- | app/Console/Kernel.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 35eb4e4..5a533fc 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -100,10 +100,12 @@ class Kernel extends ConsoleKernel $schedule->call( function(){ $background = new Background(); #$background->checkIfIsAiring(); - $background->checkImage(); + #$background->checkImage(); #$background->saveTopAnimeByPopularity(); #$anime = Anime::where('mal_id', 40591)->get()->first(); #$background->saveAiring( $anime ); + #echo"saveEnhancementForAll()\n"; + #$background->saveEnhancementForAll(); })->everyMinute()->name('c4')->withoutOverlapping(); #})->dailyAt('3:00')->name('saveTopAnimeByPopularity')->withoutOverlapping(); #})->everyMinute()->name('saveTopAnimeByPopularity2')->withoutOverlapping(); |
