Skip to content

Commit

Permalink
functions code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbwburns committed Jan 20, 2024
1 parent b0ca2be commit d65b1b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inkycal/custom/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit d65b1b3

Please sign in to comment.