Update fenrir.py
This commit is contained in:
parent
70ff8fa40a
commit
2ee681b513
@ -100,6 +100,9 @@ class fenrir():
|
|||||||
if self.environment['runtime']['punctuationManager']:
|
if self.environment['runtime']['punctuationManager']:
|
||||||
self.environment['runtime']['punctuationManager'].shutdown()
|
self.environment['runtime']['punctuationManager'].shutdown()
|
||||||
del self.environment['runtime']['punctuationManager']
|
del self.environment['runtime']['punctuationManager']
|
||||||
|
if self.environment['runtime']['reviewManager']:
|
||||||
|
self.environment['runtime']['reviewManager'].shutdown()
|
||||||
|
del self.environment['runtime']['reviewManager']
|
||||||
|
|
||||||
if self.environment['runtime']['debug']:
|
if self.environment['runtime']['debug']:
|
||||||
self.environment['runtime']['debug'].shutdown()
|
self.environment['runtime']['debug'].shutdown()
|
||||||
|
Loading…
Reference in New Issue
Block a user