Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -852,7 +852,8 @@ class Session(Closeable, SubListener, DealerClient.MessageListener):
|
|||||||
|
|
||||||
class SpotifyAuthenticationException(Exception):
|
class SpotifyAuthenticationException(Exception):
|
||||||
def __init__(self, login_failed: Keyexchange.APLoginFailed):
|
def __init__(self, login_failed: Keyexchange.APLoginFailed):
|
||||||
super().__init__(Keyexchange.ErrorCode.Name(login_failed.error_code))
|
super().__init__(
|
||||||
|
Keyexchange.ErrorCode.Name(login_failed.error_code))
|
||||||
|
|
||||||
class Accumulator:
|
class Accumulator:
|
||||||
buffer: bytes = bytes()
|
buffer: bytes = bytes()
|
||||||
|
|||||||
Reference in New Issue
Block a user