Update copyright year to 2022 (#825)

This commit is contained in:
Steven Elliott 2022-11-28 22:39:23 -05:00 committed by GitHub
parent b0e2cae13e
commit 2f78eb3e17
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()
txt1 = "© 2001-2021"
txt1 = "© 2001-2022"
txt2 = os.environ["VERSION"]
background_image = Image.open(sys.argv[1])
background_image.load()