mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-01-07 15:02:55 +01:00
Used fixed scraper implementation
(i.e. with raised receive timeout)
This commit is contained in:
parent
1bbcbdc94e
commit
e3a81fea4c
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ task import_papers: :environment do
|
||||||
require 'open-uri'
|
require 'open-uri'
|
||||||
OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE
|
OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE
|
||||||
api_key = Rails.application.config_for(:morph)["key"]
|
api_key = Rails.application.config_for(:morph)["key"]
|
||||||
uri = URI.parse("https://api.morph.io/ahx/city_council_leipzig_recent_papers/data.json?key=#{api_key}&query=select%20*%20from%20%27data%27")
|
uri = URI.parse("https://api.morph.io/jrlover/city_council_leipzig_recent_papers/data.json?key=#{api_key}&query=select%20*%20from%20%27data%27")
|
||||||
Paper.import_from_json(uri.read)
|
Paper.import_from_json(uri.read)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue