From 7aee6e8b1a909137bb8b1cfca3f0c75d12e9e239 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 11 Sep 2019 20:59:18 +0100 Subject: [PATCH] slash --- webinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index 19a184c4a..40edddb0d 100644 --- a/webinterface.py +++ b/webinterface.py @@ -104,7 +104,7 @@ def getIconsDir(baseDir: str) -> str: iconsDir='icons' theme=getConfigParam(baseDir,'theme') if theme: - if os.path.isdir(baseDir+'img/icons/'+theme): + if os.path.isdir(baseDir+'/img/icons/'+theme): iconsDir='icons/'+theme return iconsDir