Fix manual encoding provided by user
This commit is contained in:
parent
6e8d6f5994
commit
27f8f71b87
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ class RestData:
|
|||
timeout=self._timeout,
|
||||
follow_redirects=True,
|
||||
)
|
||||
response.encoding = self._encoding
|
||||
self.data = response.text
|
||||
self.headers = response.headers
|
||||
except httpx.TimeoutException as ex:
|
||||
|
|
Loading…
Add table
Reference in a new issue