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/lastfm.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/lastfm.py') diff --git a/modules/lastfm.py b/modules/lastfm.py index 064e0cb0..fc2b8f67 100644 --- a/modules/lastfm.py +++ b/modules/lastfm.py @@ -5,7 +5,8 @@ from src import ModuleManager, utils URL_SCROBBLER = "http://ws.audioscrobbler.com/2.0/" -@utils.export("set", {"setting": "lastfm", "help": "Set last.fm username"}) +@utils.export("set", {"setting": "lastfm", "help": "Set last.fm username", + "example": "jesopo"}) class Module(ModuleManager.BaseModule): _name = "last.fm" -- cgit v1.3.1-10-gc9f91