diff options
Diffstat (limited to 'modules/lastfm.py')
| -rw-r--r-- | modules/lastfm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lastfm.py b/modules/lastfm.py index e67c6af1..73153a39 100644 --- a/modules/lastfm.py +++ b/modules/lastfm.py @@ -84,4 +84,4 @@ class Module(ModuleManager.BaseModule): "The user '%s' has never scrobbled before" % ( shown_username)) else: - event["stderr"].write("Failed to load results") + raise utils.EventsResultsError() |
