Fix update_function job

このコミットが含まれているのは:
Omar Roth 2018-07-29 09:48:03 -05:00
コミット 964a9e2abd
1個のファイルの変更2行の追加1行の削除

ファイルの表示

@ -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