diff options
author | lolcat <will@lolcat.ca> | 2024-05-24 08:00:23 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2024-05-24 08:00:23 -0400 |
commit | ff03379c850507dca2c42d1ebff0b3eb87c82d78 (patch) | |
tree | c1411411eee7c2dcdb844ccef04d30923a126059 | |
parent | 16d31f5b269aa82bd4d6836196aff5205ddcf456 (diff) |
soundcloud fix 2
-rw-r--r-- | scraper/sc.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scraper/sc.php b/scraper/sc.php index 0dbb3ad..86ea979 100644 --- a/scraper/sc.php +++ b/scraper/sc.php @@ -396,8 +396,6 @@ class sc{ $token = apcu_fetch("sc_token"); - echo $token; - if($token === false){ try{ |