1
0
forked from lolcat/4get

marginalia crash fix

This commit is contained in:
2025-07-03 19:43:58 -04:00
parent a2bc1e6190
commit 502f6d12e4
2 changed files with 10 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ class anubis{
"script"
);
if(count($script) === 0){
if($script === false){
throw new Exception("Failed to scrape anubis challenge data");
}