Mercurial > code > home > repos > light9
changeset 226:09176d5ea00b
use networking.mpdServer
author | drewp@bigasterisk.com |
---|---|
date | Wed, 20 Apr 2005 05:33:55 +0000 |
parents | bc21ae222e10 |
children | c7797ad42684 |
files | bin/ascoltami |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bin/ascoltami Wed Apr 20 05:32:57 2005 +0000 +++ b/bin/ascoltami Wed Apr 20 05:33:55 2005 +0000 @@ -65,7 +65,7 @@ def __init__(self, app, playlist, media=None): self.mpd = Mpd() - reactor.connectTCP('dash',6600,self.mpd) + reactor.connectTCP(*(networking.mpdServer()+(self.mpd,))) self.state = tk.StringVar() self.state.set("stop") # 'stop' 'pause' 'play'