diff options
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 b394431b..ad7a6644 100644 --- a/modules/trakt.py +++ b/modules/trakt.py @@ -56,4 +56,4 @@ class Module(ModuleManager.BaseModule): event["stderr"].write( "%s is not watching anything" % username) else: - raise utils.EventsResultsError() + raise utils.EventResultsError() |
