Break after successful response

pull/733/head 0.8.0
Omar Roth 2018-10-01 20:02:14 -05:00
rodzic ae2850215f
commit f8eb5ab416
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -587,6 +587,8 @@ def fetch_video(id, proxies)
if !region.empty?
info["region"] = region.keys[0]
end
break
rescue ex
end
end