We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb75633 commit 24dea74Copy full SHA for 24dea74
1 file changed
bugzilla/_backendrest.py
@@ -35,7 +35,7 @@ def __init__(self, url, bugzillasession):
35
36
def _handle_response(self, response):
37
response.raise_for_status()
38
- text = response.text.encode("utf-8")
+ text = response.text
39
40
try:
41
ret = dict(json.loads(text))
0 commit comments