mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Fix update_function job
This commit is contained in:
parent
6221496f66
commit
964a9e2abd
1 changed files with 2 additions and 1 deletions
|
@ -221,8 +221,9 @@ end
|
||||||
decrypt_function = [] of {name: String, value: Int32}
|
decrypt_function = [] of {name: String, value: Int32}
|
||||||
spawn do
|
spawn do
|
||||||
loop do
|
loop do
|
||||||
begin
|
|
||||||
client = make_client(YT_URL)
|
client = make_client(YT_URL)
|
||||||
|
|
||||||
|
begin
|
||||||
decrypt_function = update_decrypt_function(client)
|
decrypt_function = update_decrypt_function(client)
|
||||||
rescue ex
|
rescue ex
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue