Skip to content

Commit

Permalink
Tirar
Browse files Browse the repository at this point in the history
  • Loading branch information
faloi committed Jul 25, 2017
1 parent e4cc7dc commit 7861227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
Expand Up @@ -78,4 +78,4 @@ def post_json!(url, data)
end

resultado = ZonaPropWebScraper.new.leer_avisos!
[LogNotifier.new, TelegramNotifier.new(ENV['MORPH_IFTTT_KEY']), MorphNotifier.new].each { |n| n.notify! resultado, ResultadoDiff.solo_nuevos(resultado) }
[LogNotifier.new, MorphNotifier.new].each { |n| n.notify! resultado, ResultadoDiff.solo_nuevos(resultado) }

0 comments on commit 7861227

Please sign in to comment.