error handling bug again

This commit is contained in:
lolcat 2024-03-30 00:06:05 -04:00
parent 0f2f97e5a3
commit dd3469aeb6
1 changed files with 6 additions and 1 deletions

View File

@ -142,7 +142,12 @@ class frontend{
die();
}
public function drawscrapererror($error, $get, $target, $timetaken = microtime(true)){
public function drawscrapererror($error, $get, $target, $timetaken = null){
if($timetaken === null){
$timetaken = microtime(true);
}
$this->drawerror(
"Shit",