mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Remove error message
This commit is contained in:
parent
39df8ab200
commit
02f1cd1a8b
1 changed files with 0 additions and 1 deletions
|
@ -150,7 +150,6 @@ spawn do
|
||||||
begin
|
begin
|
||||||
videos << get_video(id, client, PG_DB)
|
videos << get_video(id, client, PG_DB)
|
||||||
rescue ex
|
rescue ex
|
||||||
STDOUT << Time.now << " : " << ex.message << "\n"
|
|
||||||
end
|
end
|
||||||
youtube_pool << client
|
youtube_pool << client
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue