mirror of
https://github.com/public-apis/public-apis.git
synced 2025-05-10 15:46:48 +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
|
||||
fails.push("(CON): #{link}")
|
||||
rescue Errno::ECONNRESET
|
||||
continue
|
||||
next
|
||||
end
|
||||
progressbar.increment
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue