Ejemplo n.º 1
0
 def on_hotot_action(self, uri):
     if uri.startswith('hotot:'):
         agent.crack_hotot(uri[6:])
     return True
Ejemplo n.º 2
0
Archivo: view.py Proyecto: sarim/Hotot
 def on_hotot_action(self, uri):
     if uri.startswith('hotot:'):
         agent.crack_hotot(uri[6:])
     return True