changeset 1638:58069577abc2

collector dummy label Ignore-this: 476849e290dbde90254004d367ce7f46
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 10 Jun 2017 05:58:38 +0000
parents cb39ef3dc1d5
children 8897ce2c48bf
files light9/collector/output.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/light9/collector/output.py	Sat Jun 10 04:51:54 2017 +0000
+++ b/light9/collector/output.py	Sat Jun 10 05:58:38 2017 +0000
@@ -65,7 +65,7 @@
         pass
 
     def shortId(self):
-        return repr(self)
+        return 'null'
 
         
 class DmxOutput(Output):