changeset 323:f2e737c2381c

move mpd server to dash
author drewp@bigasterisk.com
date Sun, 18 Jun 2006 22:01:45 +0000
parents 39a68d590e41
children f913fc297b2d
files light9/networking.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/light9/networking.py	Sun Jun 18 22:00:24 2006 +0000
+++ b/light9/networking.py	Sun Jun 18 22:01:45 2006 +0000
@@ -17,7 +17,7 @@
 
 def mpdServer():
     """servername, port"""
-    return 'score',6600
+    return 'dash',6600
 
 def kcPort():
     return 8050