Changeset - 3a418fe9e5b1
[Not reviewed]
default
0 1 0
Drew Perttula - 19 years ago 2006-06-16 17:00:59
drewp@bigasterisk.com
formatting
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
light9/dmxclient.py
Show inline comments
 
@@ -6,13 +6,13 @@ client id is formed from sys.argv[0] and
 

	
 
import xmlrpclib, os, sys, socket, time
 
from light9 import networking
 
_dmx = None
 
_dmx=None
 

	
 
procname = os.path.basename(sys.argv[0])
 
procname = procname.replace('.py', '')
 
_id = "%s-%s-%s" % (procname, socket.gethostname(), os.getpid())
 

	
 
def outputlevels(levellist, twisted=0, clientid=_id):
 
def outputlevels(levellist,twisted=0,clientid=_id):
 
    """present a list of dmx channel levels, each scaled from
 
    0..1. list can be any length- it will apply to the first len() dmx
 
    channels.
0 comments (0 inline, 0 general)