lib/graybook/importer/page_scraper.rb in graybook-1.1.0 vs lib/graybook/importer/page_scraper.rb in graybook-1.1.1
- old
+ new
@@ -60,11 +60,10 @@
def fetch_contacts!
create_agent
prep = prepare
return prep if prep.nil?
- cont = scrape_contacts
- return cont if cont.nil?
+ scrape_contacts
end
##
# Providers will often require you to login or otherwise prepare to actual
# scrape the contacts