Database inputs working.

This commit is contained in:
Nick Foster
2010-10-17 22:17:48 -07:00
parent 468cb726cb
commit 627b820b6e
7 changed files with 88 additions and 76 deletions

View File

@@ -10,7 +10,7 @@ class modes_output_sbs1(modes_parse.modes_parse):
self._s.listen(1)
self._s.setblocking(0) #nonblocking
self._conns = [] #list of active connections
def output(self, msg):
sbs1_msg = self.parse(msg)
if sbs1_msg is not None: