Skip to content

Commit

Permalink
RKD disabled for now
Browse files Browse the repository at this point in the history
  • Loading branch information
murb committed Jan 16, 2024
1 parent 55f40a4 commit dcfbc6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/artist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ def rkd_artists
return [rkd_artist] if rkd_artist
begin
RkdArtist.search_rkd_by_artist(self)
rescue OpenSSL::SSL::SSLError
[]
rescue SocketError
[]
end
Expand Down

0 comments on commit dcfbc6e

Please sign in to comment.