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/trakt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/trakt.py') diff --git a/modules/trakt.py b/modules/trakt.py index b394431b..ad7a6644 100644 --- a/modules/trakt.py +++ b/modules/trakt.py @@ -56,4 +56,4 @@ class Module(ModuleManager.BaseModule): event["stderr"].write( "%s is not watching anything" % username) else: - raise utils.EventsResultsError() + raise utils.EventResultsError() -- cgit v1.3.1-10-gc9f91