Mercurial > code > home > repos > light9
diff bin/collector @ 1927:4718ca6f812e
autoformat
Ignore-this: ec2538b5b3195c7c04f95c011dc89ff
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sun, 02 Jun 2019 00:07:42 +0000 |
parents | 1a7e5b07bf17 |
children | f29e26811206 |
line wrap: on
line diff
--- a/bin/collector Sun Jun 02 00:05:12 2019 +0000 +++ b/bin/collector Sun Jun 02 00:07:42 2019 +0000 @@ -42,9 +42,10 @@ json.loads(message) -stats = scales.collection('/webServer', - scales.PmfStat('setAttr'), - scales.RecentFpsStat('setAttrFps'), +stats = scales.collection( + '/webServer', + scales.PmfStat('setAttr'), + scales.RecentFpsStat('setAttrFps'), ) @@ -64,7 +65,8 @@ try: # todo: drive outputs with config files outputs = [ - Udmx(L9['output/dmxA/'], bus=None, address=None, lastDmxChannel=221), + Udmx(L9['output/dmxA/'], bus=None, address=None, + lastDmxChannel=221), DummyOutput(L9['output/dmxB/']), ] except Exception: