diff options
Diffstat (limited to 'app/AnimeStats.php')
| -rw-r--r-- | app/AnimeStats.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/AnimeStats.php b/app/AnimeStats.php index 765d24f..a4f3396 100644 --- a/app/AnimeStats.php +++ b/app/AnimeStats.php @@ -112,6 +112,7 @@ class AnimeStats extends Model { echo "Error requesting AnimeStats for " . $this->mal_id ."\n"; echo "Message: " . $e->getMessage(); echo "\n\n"; + return; } $this->watching = $animeStats->getWatching(); |
