mirror of
https://github.com/PaiGramTeam/EnkaNetwork.py.git
synced 2024-11-16 03:45:28 +00:00
Remove json.loads
This commit is contained in:
parent
8bd4ce9573
commit
06fae43bbb
@ -86,7 +86,7 @@ async def to_data(response: ClientResponse) -> Dict[str, Any]:
|
||||
|
||||
content = {
|
||||
"status": response.status,
|
||||
"content": json.loads(data)
|
||||
"content": data
|
||||
}
|
||||
return content
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user