Changeset - 8e6165bc1ca5
[Not reviewed]
default
0 1 0
drewp - 22 years ago 2003-06-15 15:18:41

try to show levels more often (it's still not often enough)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light8/dmxserver.py
Show inline comments
 
@@ -94,7 +94,7 @@ class XMLRPCServe(xmlrpc.XMLRPC):
 
            if (self.num_unshown_updates is None or # first time
 
                self.options.fast_updates or # show always
 
                (self.combinedlevels!=self.lastshownlevels and # changed
 
                 self.num_unshown_updates>10)): # not too frequent
 
                 self.num_unshown_updates>5)): # not too frequent
 
                self.num_unshown_updates=0
 
                self.printlevels()
 
                self.lastshownlevels=self.combinedlevels[:]
0 comments (0 inline, 0 general)