Update punctuationManager.py
This commit is contained in:
parent
5ce91abb5a
commit
8e924249d4
@ -104,4 +104,4 @@ class punctuationManager():
|
||||
if currIndex >= len(punctList):
|
||||
currIndex = 0
|
||||
currLevel = punctList[currIndex]
|
||||
self.env['runtime']['settingsManager'].setSetting('general', currLevel).lower()
|
||||
self.env['runtime']['settingsManager'].setSetting('general', currLevel.lower())
|
||||
|
Loading…
Reference in New Issue
Block a user