functions code styling
This commit is contained in:
parent
b0ca2be01c
commit
d65b1b3689
@ -24,8 +24,8 @@ logs.setLevel(level=logging.INFO)
|
|||||||
top_level = os.path.dirname(os.path.abspath(os.path.dirname(__file__))).split("/inkycal")[0]
|
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
|
# Get path of 'fonts' and 'images' folders within Inkycal folder
|
||||||
fonts_location = os.path.join(top_level, "fonts")
|
fonts_location = os.path.join(top_level, "fonts/")
|
||||||
image_folder = os.path.join(top_level, "image_folder")
|
image_folder = os.path.join(top_level, "image_folder/")
|
||||||
|
|
||||||
# Get available fonts within fonts folder
|
# Get available fonts within fonts folder
|
||||||
fonts = {}
|
fonts = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user