functions code styling

This commit is contained in:
mrbwburns 2024-01-20 15:19:38 +01:00
parent b0ca2be01c
commit d65b1b3689

View File

@ -24,8 +24,8 @@ logs.setLevel(level=logging.INFO)
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 = {}