mirror of
https://github.com/public-apis/public-apis.git
synced 2025-05-11 08:06:46 +02:00
Update skipping current iteration on exception
This commit is contained in:
parent
e7f5139e85
commit
c32499a34b
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ links.each do |link|
|
||||||
rescue Errno::ECONNREFUSED
|
rescue Errno::ECONNREFUSED
|
||||||
fails.push("(CON): #{link}")
|
fails.push("(CON): #{link}")
|
||||||
rescue Errno::ECONNRESET
|
rescue Errno::ECONNRESET
|
||||||
continue
|
next
|
||||||
end
|
end
|
||||||
progressbar.increment
|
progressbar.increment
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue