예제 #1
0
 def on_hotot_action(self, uri):
     if uri.startswith('hotot:'):
         agent.crack_hotot(uri[6:])
     return True
예제 #2
0
파일: view.py 프로젝트: sarim/Hotot
 def on_hotot_action(self, uri):
     if uri.startswith('hotot:'):
         agent.crack_hotot(uri[6:])
     return True