From d65b1b368956940121439cf46205f20a8643b580 Mon Sep 17 00:00:00 2001 From: mrbwburns <> Date: Sat, 20 Jan 2024 15:19:38 +0100 Subject: [PATCH] functions code styling --- inkycal/custom/functions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inkycal/custom/functions.py b/inkycal/custom/functions.py index 55e56d8f..37edc09c 100644 --- a/inkycal/custom/functions.py +++ b/inkycal/custom/functions.py @@ -24,8 +24,8 @@ top_level = os.path.dirname(os.path.abspath(os.path.dirname(__file__))).split("/inkycal")[0] # Get path of 'fonts' and 'images' folders within Inkycal folder -fonts_location = os.path.join(top_level, "fonts") -image_folder = os.path.join(top_level, "image_folder") +fonts_location = os.path.join(top_level, "fonts/") +image_folder = os.path.join(top_level, "image_folder/") # Get available fonts within fonts folder fonts = {}