Fix empty response
This commit is contained in:
parent
f2ad597c94
commit
b12d161b0e
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user