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 c87fef61..756f1f49 100644 --- a/modules/lastfm.py +++ b/modules/lastfm.py @@ -96,4 +96,4 @@ class Module(ModuleManager.BaseModule): "The user '%s' has never scrobbled before" % ( shown_username)) else: - raise utils.EventsResultsError() + raise utils.EventResultsError() |
