diff --git a/crontab/crawler.php b/crontab/crawler.php index 090afba..42268f2 100644 --- a/crontab/crawler.php +++ b/crontab/crawler.php @@ -267,7 +267,7 @@ try { $db->updateHostImageHttpCode($queueHostImage->hostImageId, $curl->getCode(), time()); - $hostImagesBanned += $db->updateHostImageTimeBanned($queueHostImage->hostImageId, $curl->getCode(), time()); + $hostImagesBanned += $db->updateHostImageTimeBanned($queueHostImage->hostImageId, time()); continue; }