more unicode fixes

fixes for wrong dif detection
added logging to see if item gets updates
libraries can be enabled/disabled
This commit is contained in:
Marcel van der Veldt 2015-03-17 00:04:29 +01:00
commit 5e8f63831c
3 changed files with 229 additions and 209 deletions

View file

@ -26,7 +26,7 @@ language = addonSettings.getLocalizedString
def logMsg(title, msg, level = 1):
#todo --> get this from a setting
logLevel = 0
logLevel = 1
if(logLevel >= level):
if(logLevel == 1):