fixed a typo
This commit is contained in:
parent
6bff65a3e8
commit
6acb1bfd38
1 changed files with 1 additions and 1 deletions
|
@ -3123,7 +3123,7 @@ class _ScrobblerRequest(object):
|
|||
elif status_line == "BANNED":
|
||||
raise BannedClient()
|
||||
elif status_line == "BADAUTH":
|
||||
raise BadAuthenticationException()
|
||||
raise BadAuthentication()
|
||||
elif status_line == "BADTIME":
|
||||
raise BadTime()
|
||||
elif status_line == "BADSESSION":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue