mirror of
https://github.com/zhaarey/AppleMusicDecrypt.git
synced 2025-10-23 15:11:06 +00:00
fix: format code
This commit is contained in:
@@ -67,4 +67,4 @@ class GlobalAuthParams(AuthParams):
|
||||
@classmethod
|
||||
def from_auth_params_and_token(cls, auth_params: AuthParams, token: str):
|
||||
return cls(dsid=auth_params.dsid, accountToken=auth_params.accountToken, anonymousAccessToken=token,
|
||||
accountAccessToken=auth_params.accountAccessToken, storefront=auth_params.storefront)
|
||||
accountAccessToken=auth_params.accountAccessToken, storefront=auth_params.storefront)
|
||||
|
||||
Reference in New Issue
Block a user