mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-04 06:08:31 -06:00 
			
		
		
		
	Fix "sleep" in update_decrypt_function
This commit is contained in:
		
							parent
							
								
									24858d7afa
								
							
						
					
					
						commit
						36495508b1
					
				@ -92,8 +92,6 @@ decrypt_function = [] of {name: String, value: Int32}
 | 
				
			|||||||
spawn do
 | 
					spawn do
 | 
				
			||||||
  update_decrypt_function do |function|
 | 
					  update_decrypt_function do |function|
 | 
				
			||||||
    decrypt_function = function
 | 
					    decrypt_function = function
 | 
				
			||||||
    sleep 1.minutes
 | 
					 | 
				
			||||||
    Fiber.yield
 | 
					 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user