Esempio n. 1
0
 def __init__(self, *args, **kwargs):
     ModuloVoto.__init__(self, *args, **kwargs)
     self.inicializar_locutor()
     # piso el tiempo de verificacion para que termine de hablar
     self.tiempo_verificacion = 25000
Esempio n. 2
0
 def _inicio(self, *args, **kwargs):
     ModuloVoto._inicio(self, *args, **kwargs)
     if self.estado == E_VOTANDO:
         self.controller.send_command("mostrar_teclado")