summaryrefslogtreecommitdiff
path: root/web.php
diff options
context:
space:
mode:
Diffstat (limited to 'web.php')
-rw-r--r--web.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web.php b/web.php
index 42675d9..ff1fc13 100644
--- a/web.php
+++ b/web.php
@@ -31,7 +31,7 @@ try{
}catch(Exception $error){
- $frontend->drawscrapererror($error->getMessage(), $get, "web");
+ $frontend->drawscrapererror($error->getMessage(), $get, "web", $payload["timetaken"]);
}
/*