From dcc3f9d76d86312cea88eec387fb7d06d1883ca8 Mon Sep 17 00:00:00 2001 From: Banana Date: Fri, 18 Oct 2024 13:27:33 +0200 Subject: [PATCH] missing; Signed-off-by: Banana --- crawler/fetch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawler/fetch.pl b/crawler/fetch.pl index 6350c76..ac1e155 100644 --- a/crawler/fetch.pl +++ b/crawler/fetch.pl @@ -91,7 +91,7 @@ while ( my ($id, $url) = each %urlsToFetch ) { if ($res->is_success) { # callback tells us to stop if($res->header('Client-Aborted')) { - push(@urlsFailed, $id) + push(@urlsFailed, $id); $allFailed++; sayYellow "Aborted, too big."; next; -- 2.39.5