documentation: update year. (#1255)

This commit is contained in:
mc776 2024-01-06 08:53:40 -08:00 committed by GitHub
parent 40ff72c088
commit a48bbdd40a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@ import os
font = ImageFont.load_default()
txt1 = "© 2001-2023"
txt1 = "© 2001-2024"
txt2 = os.environ["VERSION"]
background_image = Image.open(sys.argv[1])
background_image.load()