Update channel when fetched by thread

pull/46/head
Omar Roth 2018-07-26 17:17:16 -05:00
rodzic 8ed9624e0a
commit cc047bb5e5
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -138,6 +138,7 @@ channel_threads.times do |i|
begin
id = rs.read(String)
channel = fetch_channel(id, client, PG_DB, false)
PG_DB.exec("UPDATE channels SET updated = $1 WHERE id = $2", Time.now, id)
rescue ex
STDOUT << id << " : " << ex.message << "\n"
next