aboutsummaryrefslogtreecommitdiff
path: root/modules/urbandictionary.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-11-18 12:06:59 +0000
committerGravatar jesopo2019-11-18 12:06:59 +0000
commit9c4902dcfe2d016b71435ff4be348ea76a1cd7cf (patch)
tree2f1c8fd44be3758558c7b56b9672d95c299df1c6 /modules/urbandictionary.py
parentv1.15.0-rc1 release (diff)
signature
"EventsResultsError"->"EventResultsError", move errors to utils.error
Diffstat (limited to 'modules/urbandictionary.py')
-rw-r--r--modules/urbandictionary.py2
1 files changed, 1 insertions, 1 deletions
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()