mirror of
https://gitea.invidious.io/iv-org/invidious
synced 2025-06-05 23:29:12 +02:00
Fix update_function job
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user