예제 #1
0
파일: bombly.py 프로젝트: Tantusar/bombly
 def _process_recognition(self, node, extras):   # Callback when command is spoken.
     from bombly.bomb import reset
     reset()
예제 #2
0
파일: bombly.py 프로젝트: Tantusar/bombly
 def _process_recognition(self, node, extras):   # Callback when command is spoken.
     from bombly.modules.passwords import reset
     reset()
예제 #3
0
파일: bombly.py 프로젝트: Tantusar/bombly
 def _process_recognition(self, node, extras):   # Callback when command is spoken.
     from bombly.modules.whos_on_first import reset
     reset()
예제 #4
0
 def _process_recognition(self, node,
                          extras):  # Callback when command is spoken.
     from bombly.bomb import reset
     reset()
예제 #5
0
 def _process_recognition(self, node,
                          extras):  # Callback when command is spoken.
     from bombly.modules.passwords import reset
     reset()
예제 #6
0
 def _process_recognition(self, node,
                          extras):  # Callback when command is spoken.
     from bombly.modules.whos_on_first import reset
     reset()