remove hack for testing tty change announcement
This commit is contained in:
parent
3dd83fb8f7
commit
b1a2a15c8f
@ -21,8 +21,7 @@ class fenrir():
|
|||||||
signal.signal(signal.SIGINT, self.captureSignal)
|
signal.signal(signal.SIGINT, self.captureSignal)
|
||||||
|
|
||||||
def proceed(self):
|
def proceed(self):
|
||||||
self.environment['runtime']['outputManager'].presentText(self.environment, "Start Fenrir", soundIcon='ScreenReaderOn', interrupt=True)
|
self.environment['runtime']['outputManager'].presentText(self.environment, "Start Fenrir", soundIcon='ScreenReaderOn', interrupt=True)
|
||||||
time.sleep(1)# we need a is presenting methot for exact waiting
|
|
||||||
#self.threadonInput.start()
|
#self.threadonInput.start()
|
||||||
while(self.environment['generalInformation']['running']):
|
while(self.environment['generalInformation']['running']):
|
||||||
self.onInput()
|
self.onInput()
|
||||||
|
Loading…
Reference in New Issue
Block a user