From cf29c371120929c53490d6017d5f43cf04f3cbc9 Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 23 May 2019 10:28:14 +0100 Subject: Add usage examples for all settings --- modules/trakt.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/trakt.py') diff --git a/modules/trakt.py b/modules/trakt.py index 39f3a44b..407bfa74 100644 --- a/modules/trakt.py +++ b/modules/trakt.py @@ -5,7 +5,8 @@ from src import ModuleManager, utils URL_TRAKT = "https://api-v2launch.trakt.tv/users/%s/watching" URL_TRAKTSLUG = "https://trakt.tv/%s/%s" -@utils.export("set", {"setting": "trakt", "help": "Set username on trakt.tv"}) +@utils.export("set", {"setting": "trakt", "help": "Set username on trakt.tv", + "example": "jesopo"}) class Module(ModuleManager.BaseModule): @utils.hook("received.command.nw", alias_of="nowwatching") @utils.hook("received.command.nowwatching") -- cgit v1.3.1-10-gc9f91