From 6acb1bfd3877b85c9a45364ac4bdf925ec66e06c Mon Sep 17 00:00:00 2001 From: Amr Hassan Date: Mon, 3 Aug 2009 09:04:11 +0000 Subject: [PATCH] fixed a typo --- pylast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylast.py b/pylast.py index fe6349b..e0c5e7f 100644 --- a/pylast.py +++ b/pylast.py @@ -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":