Fix empty response

This commit is contained in:
Tobias Eidelpes 2020-05-27 20:03:24 +02:00
parent f2ad597c94
commit b12d161b0e

View File

@ -53,7 +53,7 @@ class TissCrawler
puts(url) puts(url)
response = HTTParty.get(url) response = HTTParty.get(url)
response.parsed_response['tuvienna']['project'] response.parsed_response['tuVienna']['project']
end end
def self.get_host def self.get_host