Don't try to update all channel videos

pull/46/head
Omar Roth 2018-07-26 16:23:55 -05:00
rodzic 548ad14154
commit f7a5ce2652
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -137,10 +137,9 @@ channel_threads.times do |i|
begin
id = rs.read(String)
channel = get_channel(id, client, PG_DB)
channel = fetch_channel(id, client, PG_DB, false)
rescue ex
STDOUT << id << " : " << ex.message << "\n"
client = make_client(YT_URL)
next
end
end