El bobino del diabolo

This commit is contained in:
DonRenando
2017-01-19 11:51:42 +01:00
parent d618bc0431
commit 0ab5589a0b
4 changed files with 47 additions and 18 deletions

View File

@ -15,6 +15,8 @@ class MyIvy:
self.oncxproc, # handler called on connection/disconnection
self.ondieproc) # handler called when a <die> message is received
self._createbind()
IvyStart(self.bus)
def oncxproc(self, agent, connected):