projects
/
~helmut
/
onoff.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sispmctl_device: permit selecting a device
[~helmut/onoff.git]
/
mpd_watcher.py
diff --git
a/mpd_watcher.py
b/mpd_watcher.py
index
f085797
..
f72ca51
100755
(executable)
--- a/
mpd_watcher.py
+++ b/
mpd_watcher.py
@@
-33,7
+33,7
@@
class MpdWatcher(object):
state = self.mpdclient.status()["state"]
if state == "play":
if self.activatefd is None:
- st, fd = self.onoffproxy.activatefd(
3
)
+ st, fd = self.onoffproxy.activatefd()
self.activatefd = fd.take()
else:
if self.activatefd is not None: