Update copyright to 2023

This commit is contained in:
AerialB 2023-01-14 22:22:41 -05:00 committed by GitHub
parent 26d26c91e5
commit 542240be20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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