Fix ini() template function.

develop
Самоукин Алексей 14 years ago
parent 0cfef275ed
commit e0ec942a2f

@ -2888,7 +2888,7 @@ or 'lower' or 'capitalize'"))
self.currDictIni.update(self.prevDictIni)
self.timeIni = self.getTimeFile(self.fileConfigIni)
if nameLocVar in self.currDictIni.keys():
replace = self.currDictIni[nameLocVar]
replace = self.currDictIni[nameLocVar].encode("UTF-8")
elif len(terms) == 2:
if self.timeIni != curTime:
# читаем переменные из файла

Loading…
Cancel
Save