Guest User

Untitled

a guest
May 10th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. for artist in data.response.artists
  2.   log.info "Searching for artist #{artist.name}"
  3.   bc.band.search artist.name, (err, data_2, code) ->
  4.     if data_2.results.length > 0
  5.       log.info "Found info for artist #{artist.name}"
  6.       log.critical utils.inspect data_2, true, 999
  7.      else
  8.     log.critical "No bandcamp data for #{artist.name}"
Add Comment
Please, Sign In to add comment