Skip to content

Commit

Permalink
Tidied date/time overlay support
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglemansweep committed Jun 6, 2024
1 parent 3423902 commit 26c78ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions inkyframeweb/graphics.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ def render_image(
# Load and resize image
image = load_and_resize_image(image_file, size)
# Build overlay

print("OVERLAY FORMAT", overlay_format)
if not overlay_format == "":
now = datetime.now()
date_text = now.strftime(config.locale.date_format)
Expand Down

0 comments on commit 26c78ea

Please sign in to comment.