summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorjerous <jerous@gmail.com>2008-11-11 18:30:40 +0100
committerjerous <jerous@gmail.com>2008-11-11 18:30:40 +0100
commitaaec0f4f9c3b825c3f045377e7bd11eeeda72f64 (patch)
treeb2c471ee4da3a378c3b312f8f5abdfe988e17f9b /plugins
parentf8f6ac23e0976b9f37057f2f74ac3ff46fac79c5 (diff)
Scrobbler: Error->Exception
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Scrobbler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scrobbler.py b/plugins/Scrobbler.py
index 2f28839..0a9eb0a 100644
--- a/plugins/Scrobbler.py
+++ b/plugins/Scrobbler.py
@@ -49,7 +49,7 @@ class pluginScrobbler(Plugin):
try:
flush()
self.submitted=True
- except Error, e:
+ except Exception, e:
self.important("failed to submit song1 - %s"%(e))
self.extended("Logging in ...")
self._login()