fix a strange encoding error
This commit is contained in:
parent
05e127af4b
commit
17a2b5dc53
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ module APIParticulier
|
||||||
msg = <<~TEXT
|
msg = <<~TEXT
|
||||||
url: #{url}
|
url: #{url}
|
||||||
HTTP error code: #{http_error_code}
|
HTTP error code: #{http_error_code}
|
||||||
#{response.body}
|
#{response.body.force_encoding('UTF-8')}
|
||||||
curl message: #{curl_message}
|
curl message: #{curl_message}
|
||||||
total time: #{total_time}
|
total time: #{total_time}
|
||||||
connect time: #{connect_time}
|
connect time: #{connect_time}
|
||||||
|
|
Loading…
Add table
Reference in a new issue