Skip to content

Commit ff4897e

Browse files
authored
Fix refresh_sisu parameter declaration in xal.py
1 parent fc9669e commit ff4897e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • xbox/webapi/authentication

xbox/webapi/authentication/xal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ async def do_sisu_authorization(
250250
"SiteName": "user.auth.xboxlive.com",
251251
"SessionId": sisu_session_id,
252252
"ProofKey": self.session.request_signer.proof_field,
253-
"refresh_sisu": refresh_sisu
253+
"refresh_sisu": Optional[str] = None
254254
}
255255

256256
resp = await self.session.send_signed(

0 commit comments

Comments
 (0)