diff options
| author | Ultrabug <ultrabug@gentoo.org> | 2015-03-27 19:01:28 +0100 |
|---|---|---|
| committer | Ultrabug <ultrabug@gentoo.org> | 2015-03-27 19:01:28 +0100 |
| commit | bf1d875da988b53059212b178358899582ac4526 (patch) | |
| tree | 7567b6e982b3b52710034d7aa8ba9ef8cf819db4 /py3status/modules/player_control.py | |
| parent | 1185f88122f1d72a4c595db215654f446c8b9c80 (diff) | |
QA on all modules docstrings for a clean CLI parsing
Diffstat (limited to 'py3status/modules/player_control.py')
| -rw-r--r-- | py3status/modules/player_control.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/py3status/modules/player_control.py b/py3status/modules/player_control.py index 4f00602..ba8f37d 100644 --- a/py3status/modules/player_control.py +++ b/py3status/modules/player_control.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- - """ -Control music/video players +Control music/video players. Provides an icon to control simple functions of audio/video players: - start (left click) @@ -54,7 +53,7 @@ class Py3status: if self.volume_tick is None: return - self._change_volume(button=='up') + self._change_volume(button == 'up') return if self.status == 'play': |
