From 0bd95d7f4d42f10f7172385ca6cc2c999ec52c78 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 5 May 2023 21:39:48 +0300 Subject: [PATCH] fix comments --- crontab/crawler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crontab/crawler.php b/crontab/crawler.php index cf0f787..7de640d 100644 --- a/crontab/crawler.php +++ b/crontab/crawler.php @@ -251,7 +251,7 @@ try { continue; } - // Skip image processing images without returned content + // Skip image processing without returned content if (!$content = $curl->getContent()) { continue; @@ -301,7 +301,7 @@ try { continue; } - // Skip page processing pages without returned data + // Skip page processing without returned data if (!$content = $curl->getContent()) { continue;