]> 91.132.146.200 Git - aranea.git/commitdiff
missing;
authorBanana <mail@bananas-playground.net>
Fri, 18 Oct 2024 11:27:33 +0000 (13:27 +0200)
committerBanana <mail@bananas-playground.net>
Fri, 18 Oct 2024 11:27:33 +0000 (13:27 +0200)
Signed-off-by: Banana <mail@bananas-playground.net>
crawler/fetch.pl

index 6350c765b72d7bd88f23f430c645fef04bfbb03b..ac1e1551697b721647f0582e89a42a84afaa6d98 100644 (file)
@@ -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;