mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-02 08:53:13 +05:30
Fix update_function job
This commit is contained in:
parent
6221496f66
commit
964a9e2abd
@ -221,8 +221,9 @@ end
|
||||
decrypt_function = [] of {name: String, value: Int32}
|
||||
spawn do
|
||||
loop do
|
||||
begin
|
||||
client = make_client(YT_URL)
|
||||
|
||||
begin
|
||||
decrypt_function = update_decrypt_function(client)
|
||||
rescue ex
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user