Update fenrir.py

This commit is contained in:
chrys87 2016-09-22 16:11:36 +02:00 committed by GitHub
parent 03ede5086a
commit 1f263b2cf0

View File

@ -97,7 +97,10 @@ class fenrir():
if self.environment['runtime']['outputManager']: if self.environment['runtime']['outputManager']:
self.environment['runtime']['outputManager'].shutdown() self.environment['runtime']['outputManager'].shutdown()
del self.environment['runtime']['outputManager'] del self.environment['runtime']['outputManager']
if self.environment['runtime']['punctuationManager']:
self.environment['runtime']['punctuationManager'].shutdown()
del self.environment['runtime']['punctuationManager']
if self.environment['runtime']['debug']: if self.environment['runtime']['debug']:
self.environment['runtime']['debug'].shutdown() self.environment['runtime']['debug'].shutdown()
del self.environment['runtime']['debug'] del self.environment['runtime']['debug']