remove hack for testing tty change announcement

This commit is contained in:
Chrys 2016-08-19 17:37:12 +02:00
parent 3dd83fb8f7
commit b1a2a15c8f

View File

@ -21,8 +21,7 @@ class fenrir():
signal.signal(signal.SIGINT, self.captureSignal)
def proceed(self):
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.environment['runtime']['outputManager'].presentText(self.environment, "Start Fenrir", soundIcon='ScreenReaderOn', interrupt=True)
#self.threadonInput.start()
while(self.environment['generalInformation']['running']):
self.onInput()