diff options
| author | 2018-10-20 20:51:29 +0100 | |
|---|---|---|
| committer | 2018-10-20 20:53:24 +0100 | |
| commit | 8ea6db9422301765ae350d5c271246bc5245b1bd (patch) | |
| tree | c49c46808b5e7e2cdea0e45c385a3506730ee757 /modules/trakt.py | |
| parent | Typo 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.py | 2 |
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() |
