Skip to content

Commit

Permalink
Uncommented Switzerland #56.
Browse files Browse the repository at this point in the history
  • Loading branch information
knirirr committed Mar 7, 2018
1 parent e25ddcc commit ddcb66e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/scrapers/sib_events_scraper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def scrape
start: start,
end: finish,
venue: host,
#country: 'Switzerland', # TODO: Set this properly, perhaps using Nominatim
country: 'Switzerland', # TODO: Set this properly, perhaps using Nominatim
event_types: get_event_type(event['schema:eventType']),
target_audience: ['Graduate students',
'Industry',
Expand All @@ -52,8 +52,6 @@ def scrape
'PhD students'
]
)
puts "EVENT: #{new.inspect}"
puts
add_event(new)
end
end
Expand Down

0 comments on commit ddcb66e

Please sign in to comment.