diff options
| author | Ultrabug <ultrabug@gentoo.org> | 2015-03-31 13:14:25 +0200 |
|---|---|---|
| committer | Ultrabug <ultrabug@gentoo.org> | 2015-03-31 13:14:25 +0200 |
| commit | ada99c0af5665828abc725923bf2f104c577c852 (patch) | |
| tree | a4e58a0d9a5bec4612efe98bf068730a45c32ef7 /py3status/modules/clementine.py | |
| parent | cdfec19502d0415f92d85ffa48e6bec495ccb644 (diff) | |
move config parameters on every module docstring, overall QA
Diffstat (limited to 'py3status/modules/clementine.py')
| -rw-r--r-- | py3status/modules/clementine.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/py3status/modules/clementine.py b/py3status/modules/clementine.py index 2c5c66f..0d04f5b 100644 --- a/py3status/modules/clementine.py +++ b/py3status/modules/clementine.py @@ -11,9 +11,10 @@ from subprocess import check_output class Py3status: - + """ + """ # available configuration parameters - cache_timeout = 0 + cache_timeout = 5 def _getMetadatas(self): """ |
