aboutsummaryrefslogtreecommitdiff
path: root/modules/trakt.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/trakt.py')
-rw-r--r--modules/trakt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/trakt.py b/modules/trakt.py
index 8adc3cc4..12b9c25d 100644
--- a/modules/trakt.py
+++ b/modules/trakt.py
@@ -54,4 +54,4 @@ class Module(ModuleManager.BaseModule):
event["stderr"].write(
"%s is not watching anything" % username)
else:
- event["stderr"].write("Failed to load results")
+ raise utils.EventsResultsError()