Fix "sleep" in update_decrypt_function

This commit is contained in:
Omar Roth 2019-03-25 09:59:29 -05:00
parent 24858d7afa
commit 36495508b1

View File

@ -92,8 +92,6 @@ decrypt_function = [] of {name: String, value: Int32}
spawn do
update_decrypt_function do |function|
decrypt_function = function
sleep 1.minutes
Fiber.yield
end
end