diff --git a/app/Controllers/CLI/Crawler.php b/app/Controllers/CLI/Crawler.php index 8c12b54..1900e61 100644 --- a/app/Controllers/CLI/Crawler.php +++ b/app/Controllers/CLI/Crawler.php @@ -16,7 +16,7 @@ class Crawler extends BaseController //1. MainPage $url = getenv("yamap.url.main"); $crawler = $library->getCrawlerByMainPage($url); - $links = $library->getLinks($crawler,); + $links = $library->getLinks($crawler); if (!count($links)) { throw new \Exception("Target Links가 없습니다."); }