fix a strange encoding error

This commit is contained in:
simon lehericey 2021-09-24 14:22:58 +02:00
parent 05e127af4b
commit 17a2b5dc53

View file

@ -14,7 +14,7 @@ module APIParticulier
msg = <<~TEXT
url: #{url}
HTTP error code: #{http_error_code}
#{response.body}
#{response.body.force_encoding('UTF-8')}
curl message: #{curl_message}
total time: #{total_time}
connect time: #{connect_time}