forked from indymedia/epicyon
String
parent
fa6905d850
commit
4d4836fac0
2
theme.py
2
theme.py
|
@ -276,7 +276,7 @@ def setTheme(baseDir: str, name: str) -> bool:
|
||||||
themes = getThemesList()
|
themes = getThemesList()
|
||||||
for themeName in themes:
|
for themeName in themes:
|
||||||
if name == themeName.lower():
|
if name == themeName.lower():
|
||||||
themeFunctionName = setTheme + themeName
|
themeFunctionName = 'setTheme' + themeName
|
||||||
themeFunctionName(baseDir)
|
themeFunctionName(baseDir)
|
||||||
result = True
|
result = True
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue