changeset 7:dc03f39f46d9

fix the no-op ping() call in sba Ignore-this: d099b74e02fb28afb0141eacab6cc189
author drewp@bigasterisk.com
date Sun, 14 Aug 2011 22:41:20 -0700
parents 1444da5242d8
children 5ed239235b69
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"""