aboutsummaryrefslogtreecommitdiff
path: root/modules/trakt.py
diff options
context:
space:
mode:
authorGravatar jesopo2018-10-20 20:51:29 +0100
committerGravatar jesopo2018-10-20 20:53:24 +0100
commit8ea6db9422301765ae350d5c271246bc5245b1bd (patch)
treec49c46808b5e7e2cdea0e45c385a3506730ee757 /modules/trakt.py
parentTypo in modules/coins.py, 'nickanme' -> 'nickname' (diff)
signature
Standardise "Failed to load results" errors!
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()