Update fenrir.py

This commit is contained in:
chrys87 2016-09-22 17:07:17 +02:00 committed by GitHub
parent 2ee681b513
commit bf0c38c912

View File

@ -86,7 +86,7 @@ class fenrir():
self.environment['runtime']['inputManager'].shutdown()
del self.environment['runtime']['inputManager']
self.environment['runtime']['outputManager'].presentText("Quit Fenrir", soundIcon='ScreenReaderOff', interrupt=True)
time.sleep(.8) # wait a little for sound
time.sleep(.3) # wait a little for sound
if self.environment['runtime']['screenManager']:
self.environment['runtime']['screenManager'].shutdown()