diff options
| author | horus | 2020-03-24 17:18:39 +0100 |
|---|---|---|
| committer | horus | 2020-03-24 17:18:39 +0100 |
| commit | 74e73666e5f79fe5862bc9cd2c8d244004c381b4 (patch) | |
| tree | a062e461d0be935993161ca07a8b0f8cddf2f911 /app/AnimeStats.php | |
| parent | d68ed7e017f5a6bedb78c46af88dbc9cb7e881d7 (diff) | |
| download | senpai-74e73666e5f79fe5862bc9cd2c8d244004c381b4.tar.gz | |
Integrate chart.js to display anime stats.
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(); |
