aboutsummaryrefslogtreecommitdiff
path: root/modules/lastfm.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-05-23 10:28:14 +0100
committerGravatar jesopo2019-05-23 10:28:14 +0100
commitcf29c371120929c53490d6017d5f43cf04f3cbc9 (patch)
treefcdce0685aca7a7edb319b35589ecc4ce80edbd6 /modules/lastfm.py
parent`event.eat()` for command.regex hooks in github module (diff)
signature
Add usage examples for all settings
Diffstat (limited to 'modules/lastfm.py')
-rw-r--r--modules/lastfm.py3
1 files changed, 2 insertions, 1 deletions
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"