Update copyright year to 2021

This commit is contained in:
Mike Swanson 2021-08-22 10:46:52 -07:00
parent 7412e75998
commit 060aa0492d
2 changed files with 2 additions and 2 deletions

View file

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