mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-04 06:31:57 +00:00 
			
		
		
		
	Fix update_function job
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user