Fix bad-whitespace errors found by pylint
This commit is contained in:
parent
7af57c7fc4
commit
57204a215e
23 changed files with 66 additions and 66 deletions
|
@ -28,7 +28,7 @@ class Module(bumblebee.engine.Module):
|
|||
self._song = ""
|
||||
self._format = self.parameter("format", "{artist} - {title}")
|
||||
|
||||
cmd="dbus-send --session --type=method_call --dest=org.mpris.MediaPlayer2.spotify \
|
||||
cmd = "dbus-send --session --type=method_call --dest=org.mpris.MediaPlayer2.spotify \
|
||||
/org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player."
|
||||
engine.input.register_callback(self, button=bumblebee.input.LEFT_MOUSE,
|
||||
cmd=cmd + "Previous")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue