Merge remote-tracking branch 'origin/main'

This commit is contained in:
kokarare1212 2021-04-25 09:10:46 +09:00
commit b3b8f21d7c
1 changed files with 2 additions and 1 deletions

View File

@ -852,7 +852,8 @@ class Session(Closeable, SubListener, DealerClient.MessageListener):
class SpotifyAuthenticationException(Exception):
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:
buffer: bytes = bytes()