summaryrefslogtreecommitdiff
path: root/app/Console/Kernel.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Console/Kernel.php')
-rw-r--r--app/Console/Kernel.php4
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();