Update fenrir.py
This commit is contained in:
parent
1276172eb7
commit
68187b460e
@ -101,9 +101,9 @@ class fenrir():
|
||||
if self.environment['runtime']['punctuationManager']:
|
||||
self.environment['runtime']['punctuationManager'].shutdown()
|
||||
del self.environment['runtime']['punctuationManager']
|
||||
if self.environment['runtime']['reviewManager']:
|
||||
self.environment['runtime']['reviewManager'].shutdown()
|
||||
del self.environment['runtime']['reviewManager']
|
||||
if self.environment['runtime']['cursorManager']:
|
||||
self.environment['runtime']['cursorManager'].shutdown()
|
||||
del self.environment['runtime']['cursorManager']
|
||||
if self.environment['runtime']['applicationManager']:
|
||||
self.environment['runtime']['applicationManager'].shutdown()
|
||||
del self.environment['runtime']['applicationManager']
|
||||
|
Loading…
Reference in New Issue
Block a user