forked from lolcat/4get
1
0
Fork 0

lol forgot that

This commit is contained in:
lolcat 2023-09-06 08:49:11 -04:00
parent cd98d1c69f
commit 9fcbeb052b
1 changed files with 3 additions and 3 deletions

View File

@ -280,11 +280,11 @@ class brave{
$q["spellcheck"] = "0"; $q["spellcheck"] = "0";
} }
} }
/*
$handle = fopen("scraper/brave.html", "r"); $handle = fopen("scraper/brave.html", "r");
$html = fread($handle, filesize("scraper/brave.html")); $html = fread($handle, filesize("scraper/brave.html"));
fclose($handle); fclose($handle);
/* */
try{ try{
$html = $html =
$this->get( $this->get(
@ -298,7 +298,7 @@ class brave{
throw new Exception("Could not fetch search page"); throw new Exception("Could not fetch search page");
} }
*/
$out = [ $out = [
"status" => "ok", "status" => "ok",
"spelling" => [ "spelling" => [