Explicitly parse XML

This commit is contained in:
Kyler Eastridge
2025-06-20 10:26:15 -04:00
parent 91f3cdbcaf
commit 239d143ca7

View File

@@ -174,5 +174,5 @@ async def Login(username, password,
async with await session.post(grid, data = requestBody, headers = {
"Content-Type": "application/llsd+xml"
}) as response:
return llsd.llsdDecode(await response.read())
return llsd.llsdDecode(await response.read(), format="xml")