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/urbandictionary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/urbandictionary.py') diff --git a/modules/urbandictionary.py b/modules/urbandictionary.py index cf8e6abe..b71dc45b 100644 --- a/modules/urbandictionary.py +++ b/modules/urbandictionary.py @@ -37,4 +37,4 @@ class Module(ModuleManager.BaseModule): else: event["stderr"].write("No results found") else: - raise utils.EventsResultsError() + raise utils.EventResultsError() -- cgit v1.3.1-10-gc9f91