diff options
| author | Pierre Guilbert <pierre@1000mercis.com> | 2015-03-26 18:05:44 +0100 |
|---|---|---|
| committer | Pierre Guilbert <pierre@1000mercis.com> | 2015-03-26 18:05:44 +0100 |
| commit | 53050c95eaa08b58c2726b49c7435893324c6388 (patch) | |
| tree | c61ca6b27dd32993fd197811d9c870e65d59f0a9 | |
| parent | c82f19c5296a85f79086b40cc00b75853cd90e4d (diff) | |
fixing dbus and header
| -rw-r--r-- | py3status/modules/spotify.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/py3status/modules/spotify.py b/py3status/modules/spotify.py index 78321c1..a797bb3 100644 --- a/py3status/modules/spotify.py +++ b/py3status/modules/spotify.py @@ -3,12 +3,11 @@ This module displays the current "artist - title" playing in Spotify. Last modified: 2015-03-26 -Author: Pierre Guilbert LASSERRE <pierre@1000mercis.com> +Author: Pierre Guilbert <pierre@1000mercis.com> License: GNU GPL http://www.gnu.org/licenses/gpl.html """ from time import time -from subprocess import check_output import dbus, dbus.proxies class Py3status: |
