changeset 561:87dc77fc214c

set music server Ignore-this: e297956bc6f5d11d60723740f908e302
author drewp@bigasterisk.com
date Sat, 19 Jun 2010 18:59:14 +0000
parents f75755eff519
children 306396fe057f
files light9/networking.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/light9/networking.py	Sat Jun 19 18:53:18 2010 +0000
+++ b/light9/networking.py	Sat Jun 19 18:59:14 2010 +0000
@@ -12,7 +12,8 @@
     return 8030
     
 def musicUrl():
-    return "http://dash:%s/" % musicPort()
+    # must have trailing slash!
+    return "http://django:%s/" % musicPort()
 
 def musicPort():
     return 8040