Mercurial > code > home > repos > light9
diff bin/bumppad @ 1860:5bcb950024af
reformat python
Ignore-this: 7bbe37d199612c9c74ef2904c3f13553
author | drewp@bigasterisk.com |
---|---|
date | Wed, 22 May 2019 00:09:13 +0000 |
parents | f066d6e874db |
children |
line wrap: on
line diff
--- a/bin/bumppad Wed May 22 00:08:22 2019 +0000 +++ b/bin/bumppad Wed May 22 00:09:13 2019 +0000 @@ -55,7 +55,8 @@ self.master.after_idle(self.output) def output(self): - dmx = sub_maxes(*[s * l for s, l in list(self.levs.items())]).get_dmx_list() + dmx = sub_maxes(*[s * l + for s, l in list(self.levs.items())]).get_dmx_list() dmxclient.outputlevels(dmx, clientid="bumppad")