changeset 812:f97ad4f038c0

fix the no-op ping() call in sba Ignore-this: d099b74e02fb28afb0141eacab6cc189 darcs-hash:20110815054120-312f9-2406e93fe3b2229d435d4d1435e40af2de114970.gz
author drewp <drewp@bigasterisk.com>
date Sun, 14 Aug 2011 22:41:20 -0700
parents 6d39131eca07
children d17164dbd15f
files service/sba/sba.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/service/sba/sba.py	Sun Aug 14 22:41:14 2011 -0700
+++ b/service/sba/sba.py	Sun Aug 14 22:41:20 2011 -0700
@@ -77,6 +77,9 @@
         self.sba = sba
         self.colors = []
 
+    def ping(self):
+        self.sba.ping()
+
     def setColor(self, pos, color):
         """color is (r,g,b) 10-bit int. The highest position you ever
         set is how many channels we'll output"""