From 9c4902dcfe2d016b71435ff4be348ea76a1cd7cf Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 18 Nov 2019 12:06:59 +0000 Subject: "EventsResultsError"->"EventResultsError", move errors to utils.error --- modules/lastfm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/lastfm.py') 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() -- cgit v1.3.1-10-gc9f91