Update fenrir.py

This commit is contained in:
chrys87 2016-09-21 10:07:38 +02:00 committed by GitHub
parent bd21eb797a
commit ca3bda9aa9

View File

@ -20,9 +20,9 @@ class fenrir():
raise RuntimeError('Cannot Initialize. Maybe the configfile is not available or not parseable')
except RuntimeError:
raise
self.environment['runtime']['outputManager'].presentText(self.environment, "Start Fenrir", soundIcon='ScreenReaderOn', interrupt=True)
signal.signal(signal.SIGINT, self.captureSignal)
signal.signal(signal.SIGTERM, self.captureSignal)
self.environment['runtime']['outputManager'].presentText(self.environment, "Start Fenrir", soundIcon='ScreenReaderOn', interrupt=True)
def proceed(self):
while(self.environment['generalInformation']['running']):