diff options
Diffstat (limited to 'scraper/sc.php')
-rw-r--r-- | scraper/sc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/sc.php b/scraper/sc.php index 16d3931..02cf087 100644 --- a/scraper/sc.php +++ b/scraper/sc.php @@ -229,7 +229,7 @@ class sc{ if($json === null){ - throw new Exception("Failed to decode JSON"); + throw new Exception("Failed to decode JSON. Did the keys set in data/config.php expire?"); } $out = [ |