Update punctuationManager.py

This commit is contained in:
chrys87 2016-10-04 17:00:08 +02:00 committed by GitHub
parent 5ce91abb5a
commit 8e924249d4

View File

@ -104,4 +104,4 @@ class punctuationManager():
if currIndex >= len(punctList): if currIndex >= len(punctList):
currIndex = 0 currIndex = 0
currLevel = punctList[currIndex] currLevel = punctList[currIndex]
self.env['runtime']['settingsManager'].setSetting('general', currLevel).lower() self.env['runtime']['settingsManager'].setSetting('general', currLevel.lower())