aboutsummaryrefslogtreecommitdiff
path: root/modules/spotify.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/spotify.py
parentv1.15.0-rc1 release (diff)
signature
"EventsResultsError"->"EventResultsError", move errors to utils.error
Diffstat (limited to 'modules/spotify.py')
-rw-r--r--modules/spotify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/spotify.py b/modules/spotify.py
index 242299d1..962b0a62 100644
--- a/modules/spotify.py
+++ b/modules/spotify.py
@@ -55,4 +55,4 @@ class Module(ModuleManager.BaseModule):
else:
event["stderr"].write("No results found")
else:
- raise utils.EventsResultsError()
+ raise utils.EventResultsError()