Changeset - 87dc77fc214c
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 15 years ago 2010-06-19 18:59:14
drewp@bigasterisk.com
set music server
Ignore-this: e297956bc6f5d11d60723740f908e302
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/networking.py
Show inline comments
 
@@ -12,7 +12,8 @@ def dmxServerPort():
 
    return 8030
 
    
 
def musicUrl():
 
    return "http://dash:%s/" % musicPort()
 
    # must have trailing slash!
 
    return "http://django:%s/" % musicPort()
 

	
 
def musicPort():
 
    return 8040
0 comments (0 inline, 0 general)