fix make second plugin ready

This commit is contained in:
chrys 2016-07-09 01:15:48 +02:00
parent 8575a5da17
commit 58910fb19e
2 changed files with 1 additions and 2 deletions

View File

@ -4,8 +4,6 @@ class command():
def __init__(self):
pass
def run(self, environment):
print('fire')
#print(environment)
environment['runtime']['speechDriver'].cancel()
if environment['screenData']['newContentText'].replace(" ","") == '':
environment['runtime']['speechDriver'].speak("empty screen")

View File

@ -2,4 +2,5 @@
bindings = {
'2-29,1-42':'curr_line',
'1-29':'shut_up',
}